how to kill the session when user closed the brower without logout

Posted by kumar on Stack Overflow See other posts from Stack Overflow or by kumar
Published on 2010-05-26T06:17:08Z Indexed on 2010/05/26 6:21 UTC
Read the original article Hit count: 309

Hi,

   i am developing one aspnet application in that i am using Sessions. if user login into the application and click on logout here i am closing session. 

suppose if the user doesn't click on the logout and he close the browser. how to kill the session when user closed the brower without logout

Regards kumar

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET