CSRF verification failed in admin

2010-03-16 Thread Nixarn
Hey guys, In the dev version of Django I keep getting CSRF in the Admin. Sometimes I don't, sometimes I do, but shouldn't this work kinda automagically? Reason given for failure: CSRF cookie not set. This error seems to happen to different ppl with different browsers, for example with chrome in

Re: csrf error on login and admin

2010-02-11 Thread Nixarn
Not a big problem just requires some shift + reload. Niklas On Feb 7, 4:13 pm, Nixarn wrote: > Ok. Most likely the problem is when nginx is giving me 499 (client > timeout) errors. > > On Feb 7, 3:50 pm,Nixarn wrote: > > > > > Hmm apparently doesn't work

Re: csrf error on login and admin

2010-02-07 Thread Nixarn
Ok. Most likely the problem is when nginx is giving me 499 (client timeout) errors. On Feb 7, 3:50 pm, Nixarn wrote: > Hmm apparently doesn't work anymore gah... hrmp. Looking into it. > > Niklas > > On Feb 7, 3:18 pm, Nixarn wrote: > > > > > Having the s

Re: csrf error on login and admin

2010-02-07 Thread Nixarn
Hmm apparently doesn't work anymore gah... hrmp. Looking into it. Niklas On Feb 7, 3:18 pm, Nixarn wrote: > Having the same problem with the dev version of django. I just can't > get into the Admin. > > Works fine in Chrome for some reason but with Firefox or IE I

Re: csrf error on login and admin

2010-02-07 Thread Nixarn
omain: domainname.com, size: 1.8kb, time: 146ms So the request gets a timeout after 26ms for some bizzar reason. I remoed the rewrite rules and were able to log in to admin with firefox. Niklas On Feb 7, 3:18 pm, Nixarn wrote: > Having the same problem with the dev version of django. I just can

Re: csrf error on login and admin

2010-02-07 Thread Nixarn
Having the same problem with the dev version of django. I just can't get into the Admin. Works fine in Chrome for some reason but with Firefox or IE I get: 403 Forbidden CSRF verification failed. Request aborted. Reason given for failure: CSRF cookie not set. And I've tried clearing the cache