Dela via


SessionAffinityCookieConfig.IsEssential Property

Definition

Indicates if this cookie is essential for the application to function correctly. If true then consent policy checks may be bypassed.

public bool? IsEssential { get; init; }
member this.IsEssential : Nullable<bool> with get, set
Public Property IsEssential As Nullable(Of Boolean)

Property Value

Remarks

Defaults to "false".

Applies to