##// END OF EJS Templates
configs: mention not to use memory sessions
super-admin -
r5183:e1d1f48d default
parent child Browse files
Show More
@@ -453,8 +453,8 b' rc_cache.cache_repo.expiration_time = 25'
453 453 ; ##############
454 454
455 455 ; beaker.session.type is type of storage options for the logged users sessions. Current allowed
456 ; types are file, ext:redis, ext:database, ext:memcached, and memory (default if not specified).
457 ; Fastest ones are Redis and ext:database
456 ; types are file, ext:redis, ext:database, ext:memcached
457 ; Fastest ones are ext:redis and ext:database, DO NOT use memory type for session
458 458 beaker.session.type = file
459 459 beaker.session.data_dir = %(here)s/data/sessions
460 460
@@ -403,8 +403,8 b' rc_cache.cache_repo.expiration_time = 25'
403 403 ; ##############
404 404
405 405 ; beaker.session.type is type of storage options for the logged users sessions. Current allowed
406 ; types are file, ext:redis, ext:database, ext:memcached, and memory (default if not specified).
407 ; Fastest ones are Redis and ext:database
406 ; types are file, ext:redis, ext:database, ext:memcached
407 ; Fastest ones are ext:redis and ext:database, DO NOT use memory type for session
408 408 beaker.session.type = file
409 409 beaker.session.data_dir = %(here)s/data/sessions
410 410
General Comments 0
You need to be logged in to leave comments. Login now