Closed jace closed 5 years ago
Lastuser needs to have SESSION_COOKIE_SECURE = True in production settings since the app is only available via HTTPS.
SESSION_COOKIE_SECURE = True
It has been set. Cookies are now secure.
Lastuser needs to have
SESSION_COOKIE_SECURE = True
in production settings since the app is only available via HTTPS.