I want to execute some code after a user's session has ended. Ordinarily in an ASP.NET application I could leverage the Session_End method in the Global.asax file, and it's possible to get the Sess...