Requires Free Membership to View
When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to keep you informed on recent service-oriented architecture (SOA) and SOA-related topics such as integration, governance, Web services, Cloud and more.
Hannah Smalltree, Editorial DirectorI'm guessing that you want to detect this without deploying script or installing something on the client side, but you can detect when the browser session has ended by writing code for Session_End() which is invoked when the ASP.NET runtime detects a session timeout, usually after 20 minutes of inactivity. You probably don't want to change this timeout to anything less, since that could cause undesirable side effects.
This was first published in April 2004