Author: Joe Stagner | Posted on: 2/28/2010 6:58:56 PM | Views : 962

I recently received an email from a developer who needed to implement a behavior around a user's session timeout behavior.
As you probably know, we can configure our application to "expire" a user's session at any interval that we wish.
Example:
<system.web> <sessionState timeout="10" /> ........ </system.web> .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { colo ...

Go to the complete details ...