> From: Victor Hugo Germano [mailto:[EMAIL PROTECTED] 
> The problems is, when do i have to kill the session?? Even when the 
> browser is closed, the session continues at the memory...

Remember that HTTP is a stateless protocol.  Tomcat does not (and
cannot) know that the browser has been closed.  All it knows is when it
last saw a request.  After some time (which varies between
applications), a Web server may make the assumption that the session is
unlikely to be used again and may tear it down.

Are you expecting a session to end at the instant a user closes their
browser?

                - Peter

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

Reply via email to