define both save_handler and save_path, as this values are linked

This commit is contained in:
Remi Collet 2012-10-06 09:49:21 +02:00
parent 334be7f743
commit 3a48407b57

View File

@ -20,4 +20,5 @@ DirectoryIndex index.php
# Apache specific PHP configuration options
# those can be override in each configured vhost
#
php_value session.save_path "/var/lib/php/session"
php_value session.save_handler "files"
php_value session.save_path "/var/lib/php/session"