mirror of
https://github.com/kennethreitz-archive/wordpress-skeleton.git
synced 2026-06-17 22:20:58 +00:00
4 lines
228 B
INI
4 lines
228 B
INI
; Use memcache as a session handler
|
|
session.save_handler = memcache
|
|
; Use a comma separated list of server urls to use for storage:
|
|
session.save_path = "tcp://localhost:11211?persistent=1&weight=1&timeout=1&retry_interval=15" |