Session_End Alternatives

Posted by grimus on Stack Overflow See other posts from Stack Overflow or by grimus
Published on 2009-06-24T18:51:06Z Indexed on 2010/06/16 10:02 UTC
Read the original article Hit count: 163

Filed under:
|
|

I have seen in some other questions that using Session_ End() in Global.asax.cs is not advised. This is because if you're not using the default Session handler, Session_End won't get called, correct? Is there any other cases where it won't get called?

The big question is: If you can't depend on Session_End(), what do you do to determine when a session has closed?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about session