Re: CSRF cookie not set issue

2015-09-10 Thread kanyanwu
By the way, I am using Django 1.8.3 (final) On Thursday, September 10, 2015 at 8:16:11 AM UTC-7, kany...@fonality.com wrote: > > First of all I have done my research and found no reasonable explanation > for my issue. I have a site on heroku that works fine on the first page, > but when I

CSRF cookie not set issue

2015-09-10 Thread kanyanwu
First of all I have done my research and found no reasonable explanation for my issue. I have a site on heroku that works fine on the first page, but when I click a button that I have programmed to go to another page, I obtain the infamous CSRF error. The reason for this error is CSRF cookie is

CSRF error

2015-09-09 Thread kanyanwu
Hi, I have read through several post online about this CSRF issue and had no luck. I also read through the django documentation on CSRF and went step-by-step through the items needed to be added to the settings.py, template, etc for CSRF, and that was no luck as well. Here is what the