Changes between Version 1 and Version 2 of Ticket #24280, comment 4


Ignore:
Timestamp:
Mar 23, 2015, 4:34:42 PM (10 years ago)
Author:
Yeago

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24280, comment 4

    v1 v2  
    33It also mirrors a situation that's happening here: http://stackoverflow.com/questions/10264437/django-forbidden-csrf-cookie-not-set
    44
    5 A temporary fix for this seems to be to nuke the Chrome cookie. In corresponding with a user, I verified that a CSRF token in fact is populated before receiving the error.
     5A temporary fix for this seems to be to nuke the Chrome cookie. In corresponding with a user, I verified that a CSRF token in fact is populated in the form before receiving the error.
Back to Top