Session Expiry when browser window is closed
Following is a one line solution when it is written within Session_End() method of Global.asax file.Session.Abandon()HTH
Following is a one line solution when it is written within
Session_End()
method of Global.asax file.
Session.Abandon()
HTH