When the user closes the browser the session ends automatically irrespective of it being ASP, ASP.NET 1.1 or 2.0 .
If you want to do something when the session ends you'll need to add it to the
Sub Session_OnE in the Global.asa file
Sub Session_OnE
End Sub
Ritesh Ramesh
If this answered your question, be sure to mark it as the answer. That way, everybody after you will know it's the answer also!