Hi,
i want to save the sessions in memcached on my debian server / nginx. I have updated our php.ini file /etc/php5/fpm/php.ini
session.save_handler = memcached;
session.save_path = "tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15"
But in phpinfo() session.save_path still stay /var/lib/php5 after nginx/php-fpm reload.
pp: the save_handler is successfully updated: session.save_handler:memcached
More Info: PHP Version 5.4.4-14+deb7u14
Can you guys help me? Thanks a lot !
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
i found the problem:
Additional .ini files parsed : /etc/php5/fpm/conf.d/000-session-store-default.ini
and the config was in the ini file.
Thanks
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.