I have app with multi subdomain structure
I use
response.cookies[response.session_id_name]['domain'] = ".domain.ru" in
db.py
to make single auth at all subdomains
But that broke appadmin. Any solutions?
Hello.
I have site based on subdomains, but all of them are the one project.
for example:
city1.cities.ru
city2.cities.ru
city3.cities.ru
if I login in one subdomain, I should login else in all of others.
How to fix it?
I just want one login for all cities.ru subdomains
thx
2 matches
Mail list logo