Memcached session handler in php.ini
by Prabakaran[ Edit ] 2012-07-30 10:58:03
I have installed memcached and the below code in php.ini works:
session.save_handler = memcache
session.save_path = "tcp://localhost:11211"
but when i try to use the memcached handler.. this is not storing the sessions..
session.save_handler = memcached
session.save_path = "localhost:11211"