LightOfMooN Sun, 04 Sep 2011 12:04:22 -0700
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?