Click or drag to resize
ApplicationEventsSessionStart Field
Occurs when a new HTTP session is created for a client.

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

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.
See Also