]> granicus.if.org Git - php/commitdiff
Add warning about atime requirement for session gc
authorRasmus Lerdorf <rasmus@php.net>
Sat, 17 Aug 2002 01:14:53 +0000 (01:14 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sat, 17 Aug 2002 01:14:53 +0000 (01:14 +0000)
php.ini-dist

index b497e804e9c4d7620e9a0883e717895b18fac7a7..994d5ab116c6feca4e0d68201738339866113c89 100644 (file)
@@ -784,6 +784,9 @@ session.gc_probability = 1
 
 ; After this number of seconds, stored data will be seen as 'garbage' and
 ; cleaned up by the garbage collection process.
+; WARNING: Your filesystem must store access times.  Windows FAT does
+;          not.  So, see session_set_save_handler() and write your own
+;          session handler with a different mechanism for cleaning up sessions.
 session.gc_maxlifetime = 1440
 
 ; Check HTTP Referer to invalidate externally stored URLs containing ids.