Is there a SharePoint equivalent of the Session_End method, like the one in a normal ASP.NET Web Application Project?
I want to run some code when a user's Session ends, just like you would in a normal ASP.NET Web Application. The code takes data collected during the Session and stores it away.
I've read an article that describes how to enable Session State in SharePoint 2010 Server, but I'm not sure what this actually means in my case.
I've also read an article about adding a HTTP Module that inspects Sessions an acts upon them, but I'm not sure how this would work in SharePoint.
Session_End. – ScarePoint Apr 14 '11 at 7:17