SessionDefaults Class

Represents defaults for the Session.

Namespace
Microsoft.AspNetCore.Session
Assemblies
  • Microsoft.AspNetCore.Session

Syntax

public class SessionDefaults
class Microsoft.AspNetCore.Session.SessionDefaults

Fields

CookieName()

Represent the default cookie name, which is ”.AspNetCore.Session”.

Return type:System.String
public static readonly string CookieName
CookiePath()

Represents the default path used to create the cookie, which is “/”.

Return type:System.String
public static readonly string CookiePath