Django, SESSION_COOKIE_DOMAIN with multiple domains.
Posted
by interstar
on Stack Overflow
See other posts from Stack Overflow
or by interstar
Published on 2010-01-22T11:27:12Z
Indexed on
2010/04/28
17:57 UTC
Read the original article
Hit count: 332
In Django, I have SESSION_COOKIE_DOMAIN set to my domain name. But I would actually like to run the same site with two different domain names.
With SESSION_COOKIE_DOMAIN set, only the named domain allows the user to login. Is it possible to allow both domains to login?
© Stack Overflow or respective owner