0 Replies Latest reply on Aug 27, 2007 7:03 PM by tony.herstell1

    Handling session timeout...

    tony.herstell1

      After leaving the screen for while and coming back and pressing a button:


      Exception during request processing:
      Caused by javax.servlet.ServletException with message: "viewId:/home.seam - View /home.seam could not be restored."


      I asume this is a session timeout..


      I have
      <pages xmlns="http://jboss.com/products/seam/pages"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.0.xsd"
       no-conversation-view-id="/home.xhtml"
       login-view-id="/pages/user/login.xhtml">
      


      --> no-conversation-view-id="/home.xhtml"

      but this does not seem to cut it with a session timeout.


      What is the recommended Seam solution to session timeout?