SPSessionAuthenticationModule.InitializeModule Method
Initializes the module with the specified HTTP application.
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Protected Overrides Sub InitializeModule ( _
context As HttpApplication _
)
'Usage
Dim context As HttpApplication
Me.InitializeModule(context)
protected override void InitializeModule(
HttpApplication context
)
Parameters
context
Type: System.Web.HttpApplicationThe application context.
Remarks
This override sets “/” to the cookie handler path of the module to /.
See Also
Reference
SPSessionAuthenticationModule Class