This repository was archived by the owner on Dec 13, 2018. It is now read-only.
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Cookie sharing between applications #387
Closed
Description
I've attempted to implement cookie sharing between applications.
I followed the sample here - http://docs.asp.net/en/latest/security/data-protection/compatibility/cookie-sharing.html
It however doesn't appear to work. I'm using beta5.
Essentially when I log in a cookie is created and stored in the specified location, however my other application (which lives within the same domain under a path (i.e. localhost:12345, and localhost:12345/api) does not read the cookie.
Is there any additional information I can read on how to make this work?