CookieAuthenticationOptions.SessionStore 속성

정의

요청 간에 ID를 저장할 선택적 컨테이너입니다. 사용되는 경우 세션 식별자만 클라이언트로 전송됩니다. ID가 많을 경우 발생하는 잠재적 문제를 줄이는 데 사용할 수 있습니다.

public:
 property Microsoft::AspNetCore::Authentication::Cookies::ITicketStore ^ SessionStore { Microsoft::AspNetCore::Authentication::Cookies::ITicketStore ^ get(); void set(Microsoft::AspNetCore::Authentication::Cookies::ITicketStore ^ value); };
public Microsoft.AspNetCore.Authentication.Cookies.ITicketStore SessionStore { get; set; }
member this.SessionStore : Microsoft.AspNetCore.Authentication.Cookies.ITicketStore with get, set
Public Property SessionStore As ITicketStore

속성 값

적용 대상