Update cookie name
This commit is contained in:
parent
2f1bb39407
commit
dea425d3b2
|
|
@ -9,9 +9,9 @@ namespace Microsoft.AspNetCore.Session
|
||||||
public static class SessionDefaults
|
public static class SessionDefaults
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represent the default cookie name, which is ".AspNet.Session".
|
/// Represent the default cookie name, which is ".AspNetCore.Session".
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static readonly string CookieName = ".AspNet.Session";
|
public static readonly string CookieName = ".AspNetCore.Session";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents the default path used to create the cookie, which is "/".
|
/// Represents the default path used to create the cookie, which is "/".
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue