IWebSiteBase.ClientAffinityEnabled Property

Definition

Gets <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 ClientAffinityEnabled { get; }
member this.ClientAffinityEnabled : bool
Public ReadOnly Property ClientAffinityEnabled As Boolean

Property Value

Applies to