diff options
-rw-r--r-- | php.conf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |