expiration « Session « JSF Q&A





1. how to handle session expiration in JSF 2.0?    stackoverflow.com

Consider the following scenario. I am clicking the submit button of a JSF form, after the session has timed out(expired). The browser displays some exception message. "view context could not be ...

2. JSF - session expiration real time remaining time!    stackoverflow.com

in a JSF 2.0 context , session.getMaxInactiveInterval() returns the session expiration remnant time, a static way. Is there any workaround allowing one to display the remaining time in realtime. Something like a system ...