- context
- The System.Web.HttpContext from which to remove session data.
The SessionStateUtility.RemoveHttpSessionStateFromContext(System.Web.HttpContext) method clears session data from the specified System.Web.HttpContext. A session-state module will call the SessionStateUtility.RemoveHttpSessionStateFromContext(System.Web.HttpContext) method in the handler for the System.Web.HttpApplication.ReleaseRequestState event.