eiskalteschatten / developers-notebook-symfony

Developer's Notebook Symfony Web Application
0 stars 0 forks source link

Session Timeout Warning #81

Closed eiskalteschatten closed 8 years ago

eiskalteschatten commented 8 years ago

Whenever an Ajax call is made to the server and the session has timed out, nothing happens at all. The Ajax call presumably fails and this should be caught and an error message should be displayed. Either that, or the page should automatically be reloaded so that the login page automatically comes and a message shown saying that the session has expired.