don't expire session when browser is closed (#27363)

This commit is contained in:
Frédéric Péters 2019-07-18 17:31:49 +02:00
parent 029c253a0b
commit cafa8c88e4
1 changed files with 2 additions and 0 deletions

2
debian/50gnm.py vendored
View File

@ -564,3 +564,5 @@ WCS_FORM_ASSET_SLOTS = {
import memcache
memcache.SERVER_MAX_VALUE_LENGTH = 10 * 1024 * 1024
SESSION_EXPIRE_AT_BROWSER_CLOSE = False