You can modify the session timeout in your web.xml file:

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

You can also change it in your application directly:

session.setMaxInactiveInterval(int seconds)

Justy


----- Original Message -----
From: "ruchi dayal" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 26, 2001 10:29 AM
Subject: how to set session timeout period in tomcat 3.2.1??



---------------------------------------------------------------------------
Money talks...but all mine ever says is good-bye
---------------------------------------------------------------------------

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to