Class SessionSettings
- Namespace
- KadicAuth.Application.Common
- Assembly
- KadicAuth.Application.dll
Configures the maximum number of concurrent active sessions a user can hold. Mapped from the "SessionSettings" section in appsettings.
public sealed class SessionSettings
- Inheritance
-
objectSessionSettings
Fields
SectionName
public const string SectionName = "SessionSettings"
Field Value
- string
Properties
MaxConcurrentSessions
Maximum number of simultaneous active sessions per user per tenant. When the limit is reached, the oldest active session is revoked automatically. Default: 5.
public int MaxConcurrentSessions { get; set; }
Property Value
- int