Re: [solved] admin interface, nginx and fawps

2009-09-15 Thread Sven Richter
I solved the problem myself. I had to set the SESSION_COOKIE_DOMAIN = '.domain.de' and delete the old cookie then everything worked as it should. Greetings Sven On Mon, Sep 14, 2009 at 3:33 PM, Sven Richter wrote: > Hi all, > i am running a django project with fapws ( > http://github.com/willia

admin interface, nginx and fawps

2009-09-14 Thread Sven Richter
Hi all, i am running a django project with fapws ( http://github.com/william-os4y/fapws3) as server managed through nginx as webserver (nginx just forwards to the running fapws instance). Fapws deploys the django project as wsgi app. Now i have a weird problem, i am using the admin interface very