[web2py] subdomain auth with appadmin

2011-09-04 Thread LightOfMooN
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?

[web2py] subdomain auth

2011-04-10 Thread LightOfMooN
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