Update cookie name

This commit is contained in:
John Luo 2016-03-02 14:20:16 -08:00
parent 2f1bb39407
commit dea425d3b2
1 changed files with 2 additions and 2 deletions

View File

@ -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 "/".