If the session expired and the application is still open and the user tries to use the application, he receives an error. After the error when reloading the landing page, the credentials do not work anymore. Hence the user need to delete the cache from the browser.
This is really annoying for the customers.
If the session expired and the application is still open and the user tries to use the application, he receives an error. After the error when reloading the landing page, the credentials do not work anymore. Hence the user need to delete the cache from the browser. This is really annoying for the customers.
Here is something I found that might help: http://www.dotnetgallery.com/kb/resource9-how-to-do-auto-logout-and-redirect-to-login-page-when-session-expires-using.aspx
There is no need to have session counter or so.