You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by William Brogden <wb...@bga.com> on 2001/02/08 23:27:04 UTC

HttpSession timeout

In your web.xml you should find:

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

30 is timeout in minutes.

-- 
WBB - wbrogden@lanw.com
Java Cert mock exams http://www.lanw.com/java/javacert/
Author of Java Developer's Guide to Servlets and JSP 
ISBN 0-7821-2809-2