This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Seam configuring session timeout, never to expiregonorrhea May 7, 2009 6:22 PM (in response to valatharv)web.xml: <session-config> <session-timeout>-1</session-timeout> </session-config> as per Servlet 2.4 spec: The session-timeout element defines the default session timeout interval for all sessions created in this web application. The specified timeout must be expressed in a whole number of minutes. If the timeout is 0 or less, the container ensures the default behaviour of sessions is never to time out. If this element is not specified, the container must set its default timeout period. 
- 
        2. Re: Seam configuring session timeout, never to expirevalatharv May 7, 2009 9:55 PM (in response to valatharv)Thanks for the reply... Yes, web.xml is fine, I was wondering if I need to change anything in components.xml 
 
    