зеркало из https://github.com/mozilla/kitsune.git
Default to cached_db SESSION_ENGINE [bug 649452]
This commit is contained in:
Родитель
cfc190fe12
Коммит
6281a56de9
|
@ -442,9 +442,10 @@ MINIFY_BUNDLES = {
|
|||
JAVA_BIN = '/usr/bin/java'
|
||||
|
||||
#
|
||||
# Session cookies
|
||||
# Sessions
|
||||
SESSION_COOKIE_SECURE = True
|
||||
SESSION_EXPIRE_AT_BROWSER_CLOSE = True
|
||||
SESSION_ENGINE = 'django.contrib.sessions.backends.cached_db'
|
||||
|
||||
#
|
||||
# Connection information for Sphinx search
|
||||
|
|
Загрузка…
Ссылка в новой задаче