I'm developing on Tomcat 4.1.12 and have not been able to get session to timeout 
anywhere near where I set them. Tomcat seems to completely ignore what's in web.xml's 
<session-config>. I saw a post that suggested adding "defaultSessionTimeOut="10"" to 
the Context in server.xml and at least this value is recognized by the session's 
getMaxInactiveInterval() method. 
Anyway, I tried setting a time in web.xml, server.xml, and programmatically with  
setMaxInactiveInterval(), but none of these seem to work well. Has anyone had success 
getting sessions to timeout anywhere near what they set them to?
Thanks,
John

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to