php and memcache

#1
Hi,

- Started memcached service and verified running via telnet
- Used lsphp5/bin/pecl to install memcache
- edited php.ini with the following:

extension=memcache.so
session.save_handler = memcache
session.save_path = "tcp://127.0.0.1:11211"

and commented out

;session.save_handler = files
;session.save_path = "/var/lib/php/session"

graceful restart

no sessions...

any ideas?

thanks,

joe
 
Top