Redress cookie name

This commit is contained in:
John Luo 2016-03-07 13:55:52 -08:00
parent 82863e9444
commit 9071b8fbe7
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Identity
/// </summary>
public class IdentityCookieOptions
{
private static readonly string CookiePrefix = ".AspNetCore.Identity";
private static readonly string CookiePrefix = "Identity";
private static readonly string DefaultApplicationScheme = CookiePrefix + ".Application";
private static readonly string DefaultExternalScheme = CookiePrefix + ".External";
private static readonly string DefaultTwoFactorRememberMeScheme = CookiePrefix + ".TwoFactorRememberMe";