Share via


WebSiteData.IsClientAffinityEnabled Property

Definition

<code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>.

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

Property Value

Applies to