Hi
I am trying to use single-sign-on with sub domains. I configured SESSION_COOKIE_DOMAIN in django settings as ".
cvbn.com" for all websites. I configured Apache with below configuration
Header set Access-Control-Allow-Origin *
Header set Access-Control-Allow-Credentials: "true"
Header set Access-Control-Allow-Headers "SOAPAction, Authorization, username, password, origin, X-Requested-With, Content-Type, XMLHttpRequest"
Header set Access-Control-Allow-Methods "POST, GET, PUT, DELETE, OPTIONS"
But still I could not get cookie sharing across sub domains. Can you share some light on this?
Thanks
Bharat