Click here to Skip to main content
15,889,595 members
Articles / Web Development / ASP.NET

Session Expiry when browser window is closed

Rate me:
Please Sign up or sign in to vote.
1.83/5 (5 votes)
28 Feb 2011CPOL 12.1K   1  
Following is a one line solution when it is written within Session_End() method of Global.asax file.Session.Abandon()HTH

Views

Daily Counts

License

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



Comments and Discussions