LogOnParametersDeleteOtherSessions Property

Gets or sets a value indicating whether other sessions should be deleted if required for the logon to succeed.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public bool DeleteOtherSessions { get; set; }

Property Value

Type: Boolean
Remarks

If a user would not otherwise be able to log on because: a) a floating seat is required but license constraints would be exceeded; or b) a reserved seat is required; then an existing logon session may be automatically terminated (deleted) by the system in order for the logon to succeed.

In the case of floating seats, the logon session with the oldest "last activity time" for the corresponding seat kind will be deleted.

In the case of reserved seats, any other logon session corresponding to the account will be deleted.

Note Note
Other sessions will only be deleted if required for the current logon to succeed.
See Also