[jboss-user] [JBoss Seam] - Handling session timeout...

tony.herstell@gmail.com do-not-reply at jboss.com
Mon Aug 27 19:03:49 EDT 2007


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

anonymous wrote : 
  | 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?




View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078528#4078528

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078528



More information about the jboss-user mailing list