Fix cookies not being set on new frontend deployment

This commit is contained in:
wvffle 2022-12-13 13:58:11 +00:00
commit 57ca334887
2 changed files with 4 additions and 1 deletions

View file

@ -1173,7 +1173,7 @@ Examples:
- ``^api/mycustompath/``
"""
CSRF_USE_SESSIONS = True
CSRF_USE_SESSIONS = False
SESSION_ENGINE = "django.contrib.sessions.backends.cache"
ACCOUNT_USERNAME_BLACKLIST = [