SessionAffinityCookieConfig.IsEssential Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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".