RE: Tomcat's session and memory management

2006-07-06 Thread Peter Crowther
> 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 close

RE: Tomcat's session and memory management

2006-07-06 Thread Harshal Joshi
Hi, In web.xml you can define session time. Like, 30 here 30 is in minutes... when you close window at that time just write session.invalidate(); -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Cameron Sent: Thursday, July 06,