Session_End Event
-
Hi: I am wondering when exactly does the Session_End event fire in ASP.NET . It does not on the browser close event.Some say it's fired just after the Session_Timeout event occurs. So i have a piece of code just like in asp to find out who are all the active users on my website.The Session_Start event fires and user count is incremented.I have a corresponding user_decrement step in Session_End.The application is set to 1 minute. Now i open a browser window and usercount is 1 at 5.16pm and then i close window IMMEDIATELY. Then immeditaely i open another and browser and usercount is 2 at 5.16pm and i close it immediately. then i open another at 5.18pm and usercount is 3 while i expected it to be 1. AND THEN I openone at 5.22pm and the user count is 4 while i expected it to be 1. So now im surprised.Does the session-end event ever fire at all?? Or am i missing something somewhere?? Any help is appreciated.. Regards Pradhip.S If a Building is Completed then why do they call it BUILDING ??