I was able to stay logged in on multiple subdomains I created for example.com, such as I stayed logged in at a.example.com and b.example.com. But when I try aliasing (CNAME) to example.com of a.example.com, I lose what my current session was.
SESSION_COOKIE_DOMAIN is 'example.com' which probably explains why the current session was not held.
Is there anyway I can alias while holding what my sessions were from example.com since it is suppose to point to example.com in the first place?
I know meetup.com does something like this.