Dear all
in my application i am maintaining the session using
HttpSessionListener
public void sessionCreated(HttpSessionEvent se)
public void sessionDestroyed(HttpSessionEvent se)
If one user close the browse abrubtly, the browser's session should destroyed,
but it is not destroying automatically
OS : Linux
application :
Jboss
How can i maintain the session