WebConfigSettingIdsDeleteOtherSessionsOnLogOn Field

Specifies whether an existing session should be deleted (if required) in order to make room for a new user to log on.

Namespace:  Dundas.BI.Web
Assembly:  Dundas.BI.Web.Core (in Dundas.BI.Web.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static readonly Guid DeleteOtherSessionsOnLogOn

Field Value

Type: Guid
Remarks

The value of this constant is e9613c60-e5a6-4555-9565-d3acff579533.

Data Type: DeleteOtherSessionsOnLogOn. Default Value: Delete.

If a user would not 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; an existing session may be terminated (deleted) automatically by the system in order for the logon to succeed. In the case of floating seats, the session with the oldest "last activity time" for the corresponding seat kind will be deleted. In the case of reserved seats, any other session corresponding to the account will be deleted.

See Also