I have a problem/bug found? in AJAX with CSRF. I don't use {% csrf_token %} 
at all. I use only AJAX forms so - there is no cookie set for csrf. In taht 
case - https://docs.djangoproject.com/en/1.3/ref/contrib/csrf/#ajax is 
useless :(
I can use get_token to generate it, but I have to put it in all my sites so 
it has no sense. 

How can I make that cookie without using csrf tag?

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

Reply via email to