I have two methods (Session_Start & Session_End) in global.asax, where session_end does not fire on session timeout. I set session timeout as 1 minute in web.config and mode=Inproc.
But always it fires session_start even after session timeout.
Any suggestion to overcome this.