gardan / eduali

HRM dashboard for ILC
1 stars 0 forks source link

Auto-logout when session expired #165

Closed gardan closed 9 years ago

gardan commented 9 years ago

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.