Give a name to the cookie from nuancier

This commit is contained in:
Pierre-Yves Chibon 2015-05-07 13:02:57 +02:00
parent 8c26147042
commit 76d42d89e6

View file

@ -54,6 +54,7 @@ SESSION_COOKIE_SECURE = True
# Used by SESSION_COOKIE_PATH
APPLICATION_ROOT = '/nuancier/'
SESSION_COOKIE_NAME = 'nuancier'
# dogpile.cache configuration to work with memcached
NUANCIER_CACHE_BACKEND = 'dogpile.cache.memcached'