Restorable view - DISABLED

Login

Here's an example login form. The password is just "password" (without quotes ;) ).

Pressing the below button will invalidate the session on the server side by ajax. When restorable view is not enabled, then this should result in a ViewExpiredException error when login or logout button is pressed afterwards. This exception is handled by a "Sorry... The session has expired!" error page. See also FullAjaxExceptionHandler showcase page for source code of error pages.

Back to main enableRestorableView showcase page.