> From: Cameron > Would anyone know how to adjust the length of time/period tomcat's > session is active?
http://www.jguru.com/faq/view.jsp?EID=415341 > Is there a way to force session to clear when > someone closes their browser? No, as you cannot know reliably that the browser has been closed due to features of HTTP. An oft-repeated recommendation is to use a frame or IFRAME in your application with a rapid META REFRESH (say once every couple of minutes). If you don't see these refreshes for a few minutes, you can time out the session. - Peter --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]