Tagged Questions
0
votes
1answer
445 views
SharePoint equivalent of Session_End in Global.asax
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 ...