By mswatcher
via blogs.msdn.com
Submitted: Jun 21 2007 / 13:14
Problem: An ASP.NET 2.0 web application needs to detect a session timeout condition so that the user can be redirected to a different page and / or an error message is displayed.
Solution: There are three ways of approaching this problem, starting off with the simplest one to the most complicated one. So, here it goes:





Add your comment