From b93a7db23938e82b3a6267e8e74725d494e131ce Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 22 May 2001 19:16:51 +0000 Subject: [PATCH] Fixed bug #10892. --- php.ini-dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.40.0