Click or drag to resize
ApplicationEventsSessionEnd Field
Occurs when an HTTP session is destroyed.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public static SimpleHandler SessionEnd

Field Value

Type: SimpleHandler
Remarks

This event only occurs for web-based applications. For example, does not occur when using the Kentico API in an external console application.

May not be raised if the application is configured to use a session state mode different than InProc.

See Also