Lingua

AuthenticationProviderProperties.SessionTimeout Property

Definition

The timeout of the session cookie used for user authentication. The service accepts and returns this value as a string containing a base-10 unsigned integer number of seconds with no sign, decimal point, unit suffix, or whitespace (for example 86400). The supported range is 1 to 604800 seconds, and the default is 86400 seconds. Applicable to the Application Gateway post-OIDC workflow.

public string SessionTimeout { get; set; }
member this.SessionTimeout : string with get, set
Public Property SessionTimeout As String

Property Value

Applies to