Re: How to specify cookie name

2012-10-02 Thread Michael Zhilin
Hi, We don't use post-review at all, all review requests are created by cron job what invokes custom command to fetch new commits from SVN and create review requests. But it may be good to customize cookie name in post-review too. :) Thank you, Michael On Tuesday, October 2, 2012 4:31:56 AM

Re: How to specify cookie name

2012-10-01 Thread Christian Hammond
Typically, a setup like this involves multiple subdomains. Clearly the cookies aren't respecting subdirectories. That should be figured out. We'd need the session stuff to use the SITE_ROOT as the cookie path. Changing cookie names won't really help you, because post-review actually looks specifi

How to specify cookie name

2012-10-01 Thread Michael Zhilin
Hi, I've installed two instances on same server thanks to virtualenv. But I faced issue with cookies. I can't work on both servers simultaneously because cookie name and host names are same for both environments. I had quick look at setting.py and found out that COOKIE_NAME variable is defined