configs: mention not to use memory sessions
This commit is contained in:
parent
cc29a8fc01
commit
a713c72836
2 changed files with 4 additions and 4 deletions
|
|
@ -453,8 +453,8 @@ rc_cache.cache_repo.expiration_time = 2592000
|
|||
; ##############
|
||||
|
||||
; beaker.session.type is type of storage options for the logged users sessions. Current allowed
|
||||
; types are file, ext:redis, ext:database, ext:memcached, and memory (default if not specified).
|
||||
; Fastest ones are Redis and ext:database
|
||||
; types are file, ext:redis, ext:database, ext:memcached
|
||||
; Fastest ones are ext:redis and ext:database, DO NOT use memory type for session
|
||||
beaker.session.type = file
|
||||
beaker.session.data_dir = %(here)s/data/sessions
|
||||
|
||||
|
|
|
|||
|
|
@ -403,8 +403,8 @@ rc_cache.cache_repo.expiration_time = 2592000
|
|||
; ##############
|
||||
|
||||
; beaker.session.type is type of storage options for the logged users sessions. Current allowed
|
||||
; types are file, ext:redis, ext:database, ext:memcached, and memory (default if not specified).
|
||||
; Fastest ones are Redis and ext:database
|
||||
; types are file, ext:redis, ext:database, ext:memcached
|
||||
; Fastest ones are ext:redis and ext:database, DO NOT use memory type for session
|
||||
beaker.session.type = file
|
||||
beaker.session.data_dir = %(here)s/data/sessions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue