kaeizen commited on
Commit
4adb3e1
·
1 Parent(s): 36174dd

change session engine

Browse files
Files changed (1) hide show
  1. backend/settings.py +1 -1
backend/settings.py CHANGED
@@ -139,7 +139,7 @@ CACHES = {
139
  }
140
  }
141
 
142
- SESSION_ENGINE = "django.contrib.sessions.backends.cache"
143
  SESSION_CACHE_ALIAS = "default"
144
 
145
  # Password validation
 
139
  }
140
  }
141
 
142
+ SESSION_ENGINE = 'django.contrib.sessions.backends.signed_cookies'
143
  SESSION_CACHE_ALIAS = "default"
144
 
145
  # Password validation