diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-10-06 09:47:49 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-10-06 09:47:49 +0200 |
commit | 77247072a4397f241117b8e9a2c23a5aeff41db8 (patch) | |
tree | a8812785812d46aa9ba22a2894101be6809729b3 | |
parent | af6a4aa2ddb23ba6e0b0714f097d1f2d9edc13cb (diff) |
php: improve comment about session.save_handler and session.save_path
-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" |