WSFederationAuthenticationModule.PersistentCookiesOnPassiveRedirects Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).