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

Published Tuesday, July 14, 2009 8:26 PM by schnieds
Filed under:

Comments

# re: ASP.NET Session Expiration Redirect

Wednesday, July 15, 2009 3:33 AM by Technofizz

sessio and cookies are to be used carefully in your application. it is always better to use cookieless session. here session expiration will not happer

Leave a Comment

(required) 
(required) 
(optional)
(required)