Session Timeout issue in JSF 2.0
843844Jul 1 2009 — edited Jul 7 2009Hallo,
I have migrated my web application from Mojarra JSF 1.2 to 2.0.
In JSF 1.2 I was solving the Session Timeout navigation with the well known: http://techieexchange.blogspot.com/2008/02/jsf-session-expiry-timeout-solution.html
In JSF 2.0 after the session destroying if I click on a button that performs an Ajax request from a form I am getting an error message in FF:
"emptyResponse: An emply response was received from the server. Check server error logs"
With Firebug seems that the click is getting the sessionTimeout page as a response but it tries to do a partial rerender of only the submitted form.
How can I specify the behaviour to reload all the page in timeout case instead of replacing just a fragment of the page?
Christian