]> granicus.if.org Git - php/commitdiff
Fixed bug #10892.
authorSebastian Bergmann <sbergmann@php.net>
Tue, 22 May 2001 19:16:51 +0000 (19:16 +0000)
committerSebastian Bergmann <sbergmann@php.net>
Tue, 22 May 2001 19:16:51 +0000 (19:16 +0000)
php.ini-dist

index 5b824617c57e1b4900022d47c265d729134720d0..83fde878c1da59bcc539345d7b189b8027e0b1bb 100644 (file)
@@ -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.