Asp.net session on browser close
- by budugu
Note: Cross posted from Vijay Kodali's Blog. Permalink
How to capture logoff time when user closes browser?
Or
How to end user session when browser closed?
These are some of the frequently asked questions in asp.net forums.
In this post I'll show you how to do this when you're building an ASP.NET web application.
Before we start, one fact:
There…