another update to php.ini

parent 8ee530ca
Showing with 2 additions and 2 deletions
extension=memcached.so
; Use memcache as a session handler
session.save_handler = memcached
session.save_handler=memcached
; 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"
session.save_path="localhost:11211"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment