SessionDefaults Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents defaults for the Session.
public ref class SessionDefaults abstract sealed
public static class SessionDefaults
type SessionDefaults = class
Public Class SessionDefaults
- Inheritance
-
SessionDefaults
Fields
CookieName |
Represent the default cookie name, which is ".AspNetCore.Session". |
CookiePath |
Represents the default path used to create the cookie, which is "/". |