From e188b24eab34d94326a375bbb66ad8f76b7e82b8 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sat, 17 Aug 2002 16:26:58 +0000 Subject: [PATCH] fix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@92406 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/reference.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/session/reference.xml b/reference/session/reference.xml index 1620193923..14c0fbf387 100644 --- a/reference/session/reference.xml +++ b/reference/session/reference.xml @@ -1,5 +1,5 @@ - + Session handling functions Sessions @@ -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.