I’ve faced a strange issue with session across subdomain only for google chrome.
I have two subdomain a.mydomain.com & b.mydomain.com.
if I open a.mydomain.com first on browser & then open b.mydomain.com & login from there then I’m not getting the session in a.mydomain.com. But if I login first from b.mydomain.co & then open a.mydomain.com I’m getting the session in a.mydomain.com.
I’m unable to solve this. Please help
Look at the session cookies in your browser. What are the domain settings on them? Possibly your sites have different cookie settings. where the
asite is setting a.mydomain.comcookie, and thebsite is settingb.mydomain.com, prevent the cookie from appear on sitea.