I own domain a.com
, b.com
, c.com
. They are part of the same network. With safari 11, and more privacy oriented browsers, when someone has a cookie on a.com, it doesn't transfer over when they visit b.com unless they explicitly sign-on again. Is there any way to keep cookies persistent, across the three domains?
Asked
Active
Viewed 154 times
2

ForeverConfused
- 1,607
- 3
- 26
- 41
-
1Learn about single-sign-on systems. – SLaks Nov 12 '17 at 15:16
-
Try this: https://stackoverflow.com/questions/3342140/cross-domain-cookies – Jozef Cipa Nov 12 '17 at 15:19
-
1*"With safari 11, and more privacy oriented browsers, it doesn't transfer over when they visit b.com"* -- it is not because of the privacy orientation of the modern browsers. This is how the cookies were designed when they were introduced (by the Netscape browser) back in the 90s. – axiac Nov 12 '17 at 15:27
-
Please have a look at [this answer](https://stackoverflow.com/a/73599289/17865804) for more details and solutions on cross-domain cookies. – Chris Sep 10 '22 at 08:12