Dela via


SessionAffinityCookieConfig.HttpOnly Property

Definition

Indicates whether a cookie is accessible by client-side script.

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

Property Value

Remarks

Defaults to "true".

Applies to