I have example.com and support.example.com . If a user is logged in on the main site, I\'d like to have the session be accessible from the support site.
Setting the
I recently saw a similar question in: How to get distinct Django apps on same subdomain to share session cookie?
Where it was recommended to have separate sessions but a single-sign-on using django-cas (you only login to one of the sites).