From 8bdc280fa7d4208ade22a2348861f469c8b244b5 Mon Sep 17 00:00:00 2001 From: Luke Latham Date: Sat, 3 Dec 2016 12:39:54 -0600 Subject: [PATCH] Update cookie-sharing.md --- .../security/data-protection/compatibility/cookie-sharing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/data-protection/compatibility/cookie-sharing.md b/aspnetcore/security/data-protection/compatibility/cookie-sharing.md index 9c1a0533bd..74de111fcd 100644 --- a/aspnetcore/security/data-protection/compatibility/cookie-sharing.md +++ b/aspnetcore/security/data-protection/compatibility/cookie-sharing.md @@ -14,7 +14,7 @@ uid: security/data-protection/compatibility/cookie-sharing --- # Sharing cookies between applications -Web sites commonly consist of many individual web applications, all working together harmoniously. If an application developer wants to provide a good single-sign-on experience, he'll often need all of the different web applications within the site to share authentication tickets between each other. +Web sites commonly consist of many individual web applications, all working together harmoniously. If an application developer wants to provide a good single-sign-on experience, they'll often need all of the different web applications within the site to share authentication tickets between each other. To support this scenario, the data protection stack allows sharing Katana cookie authentication and ASP.NET Core cookie authentication tickets.