diff --git a/aspnetcore/security/data-protection/compatibility/cookie-sharing.md b/aspnetcore/security/data-protection/compatibility/cookie-sharing.md index be4c4cbd2f..8fdf9f9cba 100644 --- a/aspnetcore/security/data-protection/compatibility/cookie-sharing.md +++ b/aspnetcore/security/data-protection/compatibility/cookie-sharing.md @@ -95,6 +95,7 @@ To share authentication cookies between your ASP.NET 4.x applications and your A { AuthenticationType = DefaultAuthenticationTypes.ApplicationCookie, CookieName = ".AspNetCore.Cookies", + // CookieName = ".AspNetCore.ApplicationCookie", (if you're using identity) // CookiePath = "...", (if necessary) // ... TicketDataFormat = new AspNetTicketDataFormat(