CookieAuthenticationOptions.SessionStore Property

Definition

An optional container in which to store the identity across requests. When used, only a session identifier is sent to the client. This can be used to mitigate potential problems with very large identities.

C#
public Microsoft.AspNetCore.Authentication.Cookies.ITicketStore SessionStore { get; set; }
C#
public Microsoft.AspNetCore.Authentication.Cookies.ITicketStore? SessionStore { get; set; }

Property Value

Applies to

Product Versions
ASP.NET Core 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0