From: Sebastian Bergmann Date: Tue, 22 May 2001 19:16:51 +0000 (+0000) Subject: Fixed bug #10892. X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~282 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b93a7db23938e82b3a6267e8e74725d494e131ce;p=php Fixed bug #10892. --- 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.