Web Hosting Forum | Lunarpages


*
Welcome, Guest. Please login or register.
Did you miss your activation email?



Login with username, password and session length
February 09, 2012, 05:20:41 PM

Pages: [1]   Go Down
  Print  
Author Topic: Resin session-timeout in web.xml not working  (Read 3732 times)
Javaonline.org
Newbie
*
Offline Offline

Posts: 1


« on: February 22, 2010, 10:58:00 AM »

I am trying to change the default Resin timeout of 30 min by adding a session-timeout tag in my web.xml file (under WEB-INF).   I followed the Caucho tutprial and also contacted Lunarpages support, but couldn't get it work (it keeps timing out at 30 min).  My web.xml looks like this (I am trying to change the session-timeout to 720 min).  Any help on this would be appreciated... thanks in advance!
----------------------------------------------------------------
<web-app id='/'>
    <session-config>
        <session-timeout>720</session-timeout>
        <session-max>4096</session-max>
    </session-config>
</web-app>
----------------------------------------------------------------
« Last Edit: February 22, 2010, 11:07:19 AM by Javaonline.org » Logged
Pages: [1]   Go Up
  Print  
 
Jump to: