Called by the System.Web.SessionState.SessionStateModule object at the end of a request.
- context
- The System.Web.HttpContext for the current request.
The System.Web.SessionState.SessionStateModule object calls the SessionStateStoreProviderBase.EndRequest(System.Web.HttpContext) method at the end of a request for an ASP.NET page, during the System.Web.HttpApplication.EndRequest event. You can use the SessionStateStoreProviderBase.EndRequest(System.Web.HttpContext) method to perform any per-request cleanup required by your session-state store provider.