diff options
Diffstat (limited to 'php.ini-recommended')
| -rw-r--r-- | php.ini-recommended | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 9584d54d85..7c6401f159 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -882,7 +882,7 @@ session.save_handler = files ; ; where MODE is the octal representation of the mode. Note that this ; does not overwrite the process's umask. -session.save_path = "/tmp" +;session.save_path = "/tmp" ; Whether to use cookies. session.use_cookies = 1 |
