SecureSessionCookieModule..::..Init Method
Subscribes to the end of the request pipeline, which is the last point at which the
response cookies can still be changed.
Namespace:
AdvantageCMS.Core.HttpModulesAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public void Init( HttpApplication context )
Parameters
- context
- Type: HttpApplication
The application the module is being initialised for.

