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]