Share via


SPSessionAuthenticationModule.InitializeModule method (HttpApplication)

Initializes the module with the specified HTTP application.

Namespace:  Microsoft.SharePoint.IdentityModel
Assembly:  Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)

Syntax

'Declaration
Protected Overridable Sub InitializeModule ( _
    context As HttpApplication _
)
'Usage
Dim context As HttpApplication

Me.InitializeModule(context)
protected virtual void InitializeModule(
    HttpApplication context
)

Parameters

Remarks

This override sets “/” to the cookie handler path of the module to /.

See also

Reference

SPSessionAuthenticationModule class

SPSessionAuthenticationModule members

InitializeModule overload

Microsoft.SharePoint.IdentityModel namespace