When a user closes the window (you cannot know the session is killed),
his session is still active.
I want to invalidate his session prior to the session timeout.
Is there a way in SERVLET to invalidate the session of a user who closed the browser without logging out.
Pl help, its urgent.