Session Timeout

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Session Timeout

Lee Bamford
Hi Guys
 
How do I extend the session timeout property? Is this done via Tomcat?
 
Many thanks
Lee


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Session Timeout

Erik Bruchez
Administrator
Lee,

You can set the default in your web.xml:

     <session-config>
       <session-timeout>30</session-timeout>
     </session-config>

Your container probably also lets you override that.

-Erik

Lee Bamford wrote:

> Hi Guys
>  
> How do I extend the session timeout property? Is this done via Tomcat?
>  
> Many thanks
> Lee
>
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

--
Orbeon - XForms Everywhere:
http://www.orbeon.com/blog/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws