N
Nicolas Beunier
Hi!
I am currently working on a Web Application using some HttpHandlers.
As i need to read/update objects stored in session, each Handler
implements the IRequestSessionState interface.
When requesting the webapplication using urls like
http://localhost/<ApplicationName>/... everything works fine.
A new session is created, and reused on every following requests (same
sessionId).
But when i query the same webapplication (from the same local client)
using http://<MyMachineName>/<ApplicationName>/... i get a new session
Id on every request. Impossible to store anything into SessionState...
To point out the problem, i created a simple test webapplication, with
no aspx, and a single HttpHandler with IsReusable returning true.
Note : In the web.config the cookieless sessionState's attribute is
set to false.
Is this some kind of bug, or am i missing something?
Thoughts are most welcome!
Best Regards,
Nicolas
I am currently working on a Web Application using some HttpHandlers.
As i need to read/update objects stored in session, each Handler
implements the IRequestSessionState interface.
When requesting the webapplication using urls like
http://localhost/<ApplicationName>/... everything works fine.
A new session is created, and reused on every following requests (same
sessionId).
But when i query the same webapplication (from the same local client)
using http://<MyMachineName>/<ApplicationName>/... i get a new session
Id on every request. Impossible to store anything into SessionState...
To point out the problem, i created a simple test webapplication, with
no aspx, and a single HttpHandler with IsReusable returning true.
Note : In the web.config the cookieless sessionState's attribute is
set to false.
Is this some kind of bug, or am i missing something?
Thoughts are most welcome!
Best Regards,
Nicolas