Possible Duplicate:
Java Servlet : How to detect browser closing ?
Hi all
I have a question regarding a session timeout, i could not find any answer on the web and all my attempts did not bring any good results. I would like my session to be closed when the browser closes, i know that the session its in the server and there is not that much to control from the client, but maybe there is something that can be inserted between the:
<session-timeout>......</session-timeout>
Thank you