I am using Tomcat 3.2.1. For one application, I need very long session
timeout, so all the JSPs involved will be able to
access the java bean what has session scope. I would like the session
invalidated only by closing the browser.
I tried to set timeout in web.xml to a very long value,
<session-config>
<session-timeout>
360
</session-timeout>
</session-config>
Please let me know what else I need to do.
Configuration: Apache + Tomcat + mod_jk + ajp13. No load balancing.
Thanks,
Peter Dai
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]