EndRequest
This method allows the OracleSessionStateStore object to perform any cleanup that may be required for the current request.
Declaration
// C#
public override void EndRequest(HttpContext context);
Parameters
-
contextThe
HttpContextobject for the current request.
Remarks
This method is called by the SessionStateModule object at the end of a request.