Re: IE, CSRF and admin login

2011-02-04 Thread Tom Evans
On Fri, Feb 4, 2011 at 3:14 PM, MikeKJ wrote: > > > In case anyone else hits this little nasty > > IE doesn't know what to do with underscored sub domains as far as cookies > and therefore csrf_token > so dont do as I did and create a subdomain site for development using an > underscored name

Re: IE, CSRF and admin login

2011-02-04 Thread MikeKJ
In case anyone else hits this little nasty IE doesn't know what to do with underscored sub domains as far as cookies and therefore csrf_token so dont do as I did and create a subdomain site for development using an underscored name and end up looking for a non existant needle... thank

IE, CSRF and admin login

2011-02-03 Thread MikeKJ
obviously using django contrib auth works fine in Firefox but IE8 keeps throwing CSRF token error on attempting to log into the admin interface. No admin templates have been altered using django 1.2.3 in pythonpath even tried changing internet options to allow all cookies!!! tried creating a