DeleteOtherSessionsOnLogOn Enumeration

Specifies whether other sessions should be deleted or not when a log on occurs from the log on screen.

Namespace: Dundas.BI.Web
Assembly: Dundas.BI.Web.Core (in Dundas.BI.Web.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public enum DeleteOtherSessionsOnLogOn
Members
Member nameValueDescription
Delete0Other sessions are automatically deleted.
DoNotDelete1Do not automatically delete other sessions.
See Also