5.1.4.8 InitializeRequest
This method performs any per-request initializations that the OracleSessionStateStore provider requires.
                  
Declaration
// C#
public override void InitializeRequest(HttpContext context);
Parameters
- 
                        
contextThe
HttpContextobject for the current request. 
Exceptions
ArgumentNullException - The context parameter is null.
                  
Remarks
This method is called by the session state service before calling any other methods.