define both save_handler and save_path, as this values are linked
This commit is contained in:
parent
334be7f743
commit
3a48407b57
3
php.conf
3
php.conf
@ -20,4 +20,5 @@ DirectoryIndex index.php
|
|||||||
# Apache specific PHP configuration options
|
# Apache specific PHP configuration options
|
||||||
# those can be override in each configured vhost
|
# 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user