Edit

Share via


WsFederationConfiguration.PersistentCookiesOnPassiveRedirects Property

Definition

Gets or sets a value that specifies whether a persistent session cookie is issued on successful authentication.

public:
 property bool PersistentCookiesOnPassiveRedirects { bool get(); void set(bool value); };
public bool PersistentCookiesOnPassiveRedirects { get; set; }
member this.PersistentCookiesOnPassiveRedirects : bool with get, set
Public Property PersistentCookiesOnPassiveRedirects As Boolean

Property Value

true to issue a persistent session cookie; otherwise, false. The default is DefaultPersistentCookiesOnPassiveRedirects, cookies are not enabled.

Applies to

See also