Hello -- I set the web.xml to specify a 45 minute time out... but sessions
are still timing out at 30 minutes...

We are using tomcat 5.0.30, and have tomcat clustering between two servers.

The entry that I placed in the web.xml file is:
<web-app>
....

<session-config>
       <session-timeout>45</session-timeout>
</session-config>
</web-app>

Does anyone see anything else that needs to be done, or was this done
incorrectly?  We have this set for both servers in the web.xml file.  But it
doesn't appear to be working.

thanks,
Kim :-)

Reply via email to