Update cookie-sharing.md

pull/2314/head
Luke Latham 2016-12-03 12:39:54 -06:00 committed by GitHub
parent d9dd9d589c
commit 8bdc280fa7
1 changed files with 1 additions and 1 deletions

View File

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