Title: RE: Session Problem
You can also set the server timeout in TOMCAT_HOME/conf/web.xml
or in your individual webapp web.xml in the:
 
    <session-config>
        <session-timeout>
            30
        </session-timeout>
    </session-config>
block.

 ---
Michael Wentzel
Software Developer
<A HREF="http://www.aswethink.com">Software As We Think</A>
<A HREF="mailto:[EMAIL PROTECTED]">Michael Wentzel</A>

Reply via email to