SessionSecurityTokenReceivedEventArgs.ReissueCookie Property

Definition

Gets or sets a value that specifies whether to reissue the session cookie with the response.

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

Property Value

true to reissue the session cookie with the response; otherwise, false. The default is false, the session cookie is not reissued with the response.

Applies to