CookieAuthenticationOptions.SessionStore 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
요청 간에 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