ASP.NET Session Expiration Redirect

Unfortunately ASP.NET doesn't provide a nice out of the box solution for handling the session timeout gracefully. Everything expires behind the scenes and your user is left unaware of what has happened. Additional problems can arise if the user abandoned their browser in a state that you didn't code for, which can result in errors or exceptions taking place.

With this in mind I like to put a Session Expired page in place in my applications and pro-actively send the user there when their session ends....

[Read Full Post]

Aaron Schnieder
http://www.churchofficeonline.com

7 Comments

Comments have been disabled for this content.