다음을 통해 공유


SessionSecurityTokenReceivedEventArgs.ReissueCookie 속성

정의

세션 쿠키를 응답과 함께 재발급할지 여부를 지정하는 값을 가져오거나 설정합니다.

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

속성 값

응답과 함께 세션 쿠키를 다시 실행하려면 true이고, 그렇지 않으면 false입니다. 기본값은 false이고, 세션 쿠키는 응답으로 다시 발급되지 않습니다.

적용 대상