oceatoon wrote:
> Hi 
> 
> I'm trying to find where I can configure the Time to live of the session ?
> I haven't found this in web.xml nore xconf, is this a tomcat configuration ?
> 

Session timeout can be handled at the servlet container level and is
configured in the <session-config> element of web.xml using
<session-timeout>. Does this match your need for session TTL ?

HTH
Jorg


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to