Represents the method that handles the SessionStateModule.End event of a session-state module.
- id
- Documentation for this section has not yet been entered.
- item
- Documentation for this section has not yet been entered.
The System.Web.SessionState.SessionStateItemExpireCallback delegate is used to enable a System.Web.SessionState.SessionStateStoreProviderBase implementation to call the Session_OnEnd event from the Global.asax file.
For more information, see the remarks provided for the SessionStateStoreProviderBase.SetItemExpireCallback(SessionStateItemExpireCallback) method.