u can specify it in web.xml like...

    <!-- Session Configuration -->
    <session-config>
        <session-timeout>20</session-timeout>
    </session-config>

hope that helps.

-----Original Message-----
From: randie ursal [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 4 September 2002 12:12 PM
To: Tomcat Users List
Subject: specify session timeout


hi,
 
   can i specify a session timeout value  in Tomcat?
   if yes, how?

   i've done it but it is on the servlet side part, i want if possible 
to set it
   on the web server. so that i would have a centralized session time
   for my web application.

thanks in advance

   randie



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

Reply via email to