0👍
✅
The problem is a network issue, we are using Sophos, and after they changed url to https, all working fine.
👤Muke
1👍
You should add this line to your settings.py
SESSION_COOKIE_DOMAIN = ".yourdomain.com"
The domain to use for session cookies. Set this to a string such as
“.example.com” (note the leading dot!) for cross-domain cookies, or
use None for a standard domain cookie.
- [Answer]-Django at extra_context 'unicode' object does not support item assignment
- [Answer]-Django template rendering extend tag incorrectly
- [Answer]-Easiest way to concatenate two QuerySets same Model (no order needed)
- [Answer]-Django rest framework. custom urls
- [Answer]-How to have next and previous links on a webpage in django:
Source:stackexchange.com