Represents defaults for the Session.
Microsoft.AspNetCore.Session
System.Object
Microsoft.AspNetCore.Session.SessionDefaults
public class SessionDefaults
Microsoft.AspNetCore.Session.
SessionDefaults
CookieName
Represent the default cookie name, which is ”.AspNetCore.Session”.
public static readonly string CookieName
CookiePath
Represents the default path used to create the cookie, which is “/”.
public static readonly string CookiePath