WSFederationAuthenticationModule.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.

Remarks

You can override this setting on each HTTP request by adding a handler for the SessionSecurityTokenCreated event. This event is raised from the request processing pipeline when processing a WS-Federation sign-in response message from a security token service (STS).

Applies to

See also