sir buce | 8 Feb 12:07

Save sessions in memcached

Hello,

When I try to save the sessions on memcached with Lighttpd 1.5 doesn't
run correctly, doesn't do anything in the log of memcached, and save the
session files in the default folder of php5.

I have configured /etc/php5/cgi/php.ini

session.save_handler = Memcache
session.save_path = "tcp://192.168.100.243:11211?persistent=1"

When I execute "php5-cgi -m" we can see that the module of memcache
loaded.

My pecl's version is 2.1.2

Memcached service: I try in 1.1.13 and 1.2.2

With apache2 the same parameters in /etc/php5/apache2/php.ini run ok.

Somebody know what is the solution?

Thanks

Gmane