hi---
in my web-application i am keeping track of logged users and their current session (without cookies) in some datastructure and remove the corospondig record form this datastructure when user logged off properly, but! when user's browser craches or colse unexpectedly then what is the correct way to invalidate the session instead waiting for time-out of session?