mcmcom
09-06-2005, 02:02 PM
when does the session end event fire?
I thought the web was stateless and we couldn't accurately discern when a session ends (unless we call the event from say, a close button or something). Does the event ever fire by itself (the Session_End in global.asax.cs?) or does it have to be called.
If it is never called, when's a good time to write my session / click info im storing in classes?
mcm
I thought the web was stateless and we couldn't accurately discern when a session ends (unless we call the event from say, a close button or something). Does the event ever fire by itself (the Session_End in global.asax.cs?) or does it have to be called.
If it is never called, when's a good time to write my session / click info im storing in classes?
mcm