Friday, February 4, 2011

Re: IE, CSRF and admin login

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
you once again IE :-/
--
View this message in context: http://old.nabble.com/IE%2C-CSRF-and-admin-login-tp30837588p30845196.html
Sent from the django-users mailing list archive at Nabble.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment