You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mark Brouwer <ma...@virgil.nl> on 2000/05/15 16:28:51 UTC

Session timeout

It looks like setting the session timeout for a context at Tomcat 3.1
final doesn't work. Specifying defaultSessionTimeOut="180" (3 hour) for
a context doesn't have any impact. session.getMaxInactiveInterval() just
returns 30 minutes. session.setMaxInactiveInterval(3*60*60) however does
work.

I couldn't see whether this has been solved already for the bug database
is down and I don't have the time to play around with the nightly builds
:-(
-- 
Mark Brouwer
Virgil B.V.