Tomcat: Session Timeout

August 5th, 2010 by jeremychone

In the Web.xml

 <web-app>
  <session-config>
    <session-timeout>60</session-timeout>
  </session-config>
...
 </web-app>

Leave a Reply