Property | Type | Description | |
---|---|---|---|
SessionKey | String |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposes of the resources (other than memory) used by the module that implements
|
|
Init ( System.Web.HttpApplication app ) : void |
Initialize the module.
|
Method | Description | |
---|---|---|
OnBeginRequest ( object sender, |
Called when request is started, create a session for the request
|
|
OnEndRequest ( object sender, |
Called when the request ends, dipose of the scope
|
public Init ( System.Web.HttpApplication app ) : void | ||
app | System.Web.HttpApplication | The app. |
return | void |