Click or drag to resize
SessionsInfoAuthenticatedSessions Property
Collection of string session identifiers indexed by integer authenticated users identifiers.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 11.0.0
Syntax
C#
public ConcurrentDictionary<int, string> AuthenticatedSessions { get; set; }

Property Value

Type: ConcurrentDictionaryInt32, String
See Also