> 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
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,