summaryrefslogtreecommitdiffstats
path: root/php.conf
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-10-06 09:47:49 +0200
committerRemi Collet <fedora@famillecollet.com>2012-10-06 09:47:49 +0200
commit77247072a4397f241117b8e9a2c23a5aeff41db8 (patch)
treea8812785812d46aa9ba22a2894101be6809729b3 /php.conf
parentaf6a4aa2ddb23ba6e0b0714f097d1f2d9edc13cb (diff)
php: improve comment about session.save_handler and session.save_path
Diffstat (limited to 'php.conf')
-rw-r--r--php.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/php.conf b/php.conf
index bf19554..82b206b 100644
--- a/php.conf
+++ b/php.conf
@@ -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"