Django CSRF verification failed. Request aborted.- CSRF cookie not set
问题 I know this question has been asked before. I have tried almost all the options given by people but I cannot seem to solve it. I am a complete newbie so please let me know where I am going wrong. I am trying to write a simple raw form. I have not implemented any authentication or session mechanism until now (but from what I have read that does not matter to this problem. Correct me if I am wrong). When I try to submit my form, I get this error: Forbidden (403) CSRF verification failed.