rasmus Sat Aug 17 12:26:58 2002 EDT Modified files: /phpdoc/en/reference/session reference.xml Log: fix Index: phpdoc/en/reference/session/reference.xml diff -u phpdoc/en/reference/session/reference.xml:1.11 phpdoc/en/reference/session/reference.xml:1.12 --- phpdoc/en/reference/session/reference.xml:1.11 Fri Aug 16 21:31:16 2002 +++ phpdoc/en/reference/session/reference.xml Sat Aug 17 12:26:58 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.11 $ --> +<!-- $Revision: 1.12 $ --> <reference id="ref.session"> <title>Session handling functions</title> <titleabbrev>Sessions</titleabbrev> @@ -181,7 +181,7 @@ 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. + other fs where atime tracking is not available. </simpara> </note> </listitem>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php