Merwin Yap typed the following on 04:27 PM 2/3/2001 +0800
>Hi! I want to ask about sessions in tomcat. How do you change the
>elapsed time for the session to expire.
In your web.xml put:
<session-config>
<session-timeout>30</session-timeout>
</session-config>
Change 30 to the number of minutes that must elapse before the
server will expire an inactive session.
Kief
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]