0
kicks
Detecting Session Timeouts using a ASP.Net MVC Action Filter
This article shows one way on how to detect a session timeout in an ASP.Net MVC application. The implementation uses a MVC action filter to detect when a session has timed out redirects the user to a Login page.