Sergey Burma
Sergey Burma

Reputation: 435

Django CSRF cookie not set in several browsers

I have very strange problem - CSRF cookie not set on some of clients browsers. What could it potentially be?

All needed middleware is enabled, and as I said above, problem appears only on very small count of machines, although another Django-powered sites work well there.

Upvotes: 4

Views: 370

Answers (1)

Sergey Burma
Sergey Burma

Reputation: 435

The problem didn't solved in usual way, so I refused from cookie-based CSRF-protection and get session-based instead: https://github.com/mozilla/django-session-csrf.

Upvotes: 2

Related Questions