updated php.ini

parent 4999f95f
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="localhost:11211"
#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