diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -52,6 +52,26 @@ beaker.cache.short_term.expire=60 beaker.cache.super_short_term.type=memory beaker.cache.super_short_term.expire=10 +#################################### +### BEAKER SESSION #### +#################################### +## Type of storage used for the session, current types are +## “dbm”, “file”, “memcached”, “database”, and “memory”. +## The storage uses the Container API +##that is also used by the cache system. +beaker.session.type = file + +beaker.session.key = hg-app +beaker.session.secret = g654dcno0-9873jhgfreyu +beaker.session.timeout = 36000 + +##auto save the session to not to use .save() +beaker.session.auto = False + +##true exire at browser close +#beaker.session.cookie_expires = 3600 + + ################################################################################ ## WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT* ## ## Debug mode will enable the interactive debugging tool, allowing ANYONE to ##