Hi All, I am using Tomcat 3.1 with jdk 1.3. In my application I am overriding the default web.xml. According to Tomcat documentation the number within the <session-timeout> tag refers to the number of MINUTES that tomcat will wait before invalidating a session. The default had been been set to 30. But my session variables are timing out much earlier than 30 minutes(say after 2-3 mins). I increased this to 60, but the problem still persists. I tried to set it forcibly by using setMaxInactiveInterval(60) in my homepage. Even this did not solve the solution. Is this a bug in Tomcat or am I doing something wrong? I searched the mailing-list for a solution, but they all say that I can set it in web.xml. If anybody has a solution, please share it. Thanks in Advance, Sandhya --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
