why session_end event not getting called in asp.net application when browser is closed?In am explicitly calling a session.end event by firing a script on browser close that calls a exit.aspx.this exit.aspx pages code behind calls session.end but then too session_end event of global.asax is not getting called