2012/8/13 Koray Duman <koray_...@yahoo.com>:
> I think It is anything sending to server. Because I close the browser.

Well, I'm not an expert , so don't trust so much on my reply :-)

But, I guess that your browser doesn't notify anything to finish a
session, because session tracking is managed by server.
So, I think, only a TCP CLOSE datagram ( or something like that )
could be sent by TCP stack.

Why doesn't Tomcat close session when a TCP session is closed ? I
guess because TCP session and web session aren't correlated 1:1

So, I guess that I have to detect closing window event and send a
request to close web session. I guess ....

Maybe someone  expert can explain us

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to