[Django]-Django multiple sessions cookie domain for multiple subdomains

4👍

Just remove the SESSION_COOKIE_DOMAIN setting or set it to None. Django will automatically use the current domain.

Leave a comment