I have noticed that tomcat does not honor the session timeout of your webapp. It does, however, honor the timeout in tomcathome/conf/web.xml. I have seen this behaviour in Tomcat 6.0.16. I am not sure if newer versions honor the settings of the webapp's web.xml.
On Fri, Oct 31, 2008 at 8:38 AM, Thangavel Sankaranarayanan < [EMAIL PROTECTED]> wrote: > > Hi All, > > I need the sessiontimeout for 5 hours. I already set in by > webapps/myapp/web.xml file as > > <session-config> <session-timeout>300</session-timeout> </session-config> > > in tomcathome/conf/web.xml i can find the below config > <session-config> <session-timeout>30</session-timeout> </session-config> > > Eventhough i have set session timeout of 300 minutes ,session is expiring > after 30 mins(the default sessiontimeout for tomcat) > > Please, let me know how i could achieve 5 hours for my sessiontimeout. I'll > will be thankful to them who responds me quickly as this is too urgent. > > is the session-timeout value which we set is the inactive interval time in > minutes?? > > Regards, > Thangavel Sankaranarayanan > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >