8👍
Looks like your cookies are messed up. Please start with clearing cookies in browser. If it doesn’t help you can also check if your cookies configuration for project is correct. List of settings for cookies configuration can be found here.
- [Django]-Django values_list vs values
- [Django]-Django – how to unit test a post request using request.FILES
- [Django]-Command not found: django-admin.py
1👍
Use the below settings for the SESSION_COOKIE_DOMAIN
:
SESSION_COOKIE_DOMAIN = "yourdomain.com"
- [Django]-Django: dependencies reference nonexistent parent node
- [Django]-Simple Log to File example for django 1.3+
- [Django]-Handling single page application url and django url
Source:stackexchange.com