You could use a Servlet Filter and check whether the session is still valid.
If not create a new one and redirect to login page Michael From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 22. Oktober 2008 15:09 To: [email protected] Subject: Handling View expired Exception? Hi *, when my session on a jsf page times out, i'm getting a view expired exception after executing an action on the page. How can I redirect the user to the login page - with a new session - when this exception was thrown? Thank you and best regards, Felix Becker

