rasmus          Fri Aug 16 21:31:16 2002 EDT

  Modified files:              
    /phpdoc/en/reference/session        reference.xml 
  Log:
  Document that the session file handler needs a fs with atime support
  
  
Index: phpdoc/en/reference/session/reference.xml
diff -u phpdoc/en/reference/session/reference.xml:1.10 
phpdoc/en/reference/session/reference.xml:1.11
--- phpdoc/en/reference/session/reference.xml:1.10      Fri Aug 16 20:32:26 2002
+++ phpdoc/en/reference/session/reference.xml   Fri Aug 16 21:31:16 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
  <reference id="ref.session">
   <title>Session handling functions</title>
   <titleabbrev>Sessions</titleabbrev>
@@ -176,6 +176,14 @@
         of seconds after which data will be seen as 'garbage' and
         cleaned up.  
        </simpara>
+       <note>
+        <simpara>If you are using the default file-based session handler, your
+        filesystem must keep track of access times (atime).  Windows FAT does
+        not so you will have to come up with another way to handle garbage
+        collecting your session if you are stuck with a FAT filesystem or any
+        other fs where atime tracking.
+        </simpara>
+       </note>
       </listitem>
       <listitem>
        <simpara>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to