Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / web / ASP.NET

Session Expiry when browser window is closed

1.83/5 (5 votes)
28 Feb 2011CPOL 12.9K  
Following is a one line solution when it is written within Session_End() method of Global.asax file.Session.Abandon()HTH
Following is a one line solution when it is written within Session_End() method of Global.asax file.

VB
Session.Abandon()


HTH

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)