IIS ASP - Yes: The SESSION cookie is never created

This is Interesting: Free IT Magazines  
Home > Archive > IIS ASP > June 2004 > Yes: The SESSION cookie is never created





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Yes: The SESSION cookie is never created
ou812@ou812.com

2004-06-26, 10:19 am

Yes. The session_onstart event will fire for every pull BECAUSE no
SESSIONID cookie is ever created and the server has to assume that
every HTTP REQUEST frame is a new session. The response object is
actually just setting a header, of course.

Every redirect is sending a header to the browser equivalent to a
"meta refresh" and that once again triggers the session_onstart.

Geezus. Duh.
ou812@ou812.com

2004-06-26, 10:19 am

On Fri, 25 Jun 2004 18:45:21 GMT, ou812@ou812.com wrote:

In saying "Geezus. Duh", I was commenting on my own confusion.

Thanks.

>Yes. The session_onstart event will fire for every pull BECAUSE no
>SESSIONID cookie is ever created and the server has to assume that
>every HTTP REQUEST frame is a new session. The response object is
>actually just setting a header, of course.
>
>Every redirect is sending a header to the browser equivalent to a
>"meta refresh" and that once again triggers the session_onstart.
>
>Geezus. Duh.


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com