summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--php.ini-dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 5b824617c5..83fde878c1 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -620,7 +620,8 @@ ifx.nullformat = 0
session.save_handler = files
; Argument passed to save_handler. In the case of files, this is the path
-; where data files are stored.
+; where data files are stored. Note: Windows users have to change this
+; variable in order to use PHP's session functions.
session.save_path = /tmp
; Whether to use cookies.