From: Sascha Schumann Date: Fri, 31 Jan 2003 07:47:10 +0000 (+0000) Subject: MFH obsolete warning X-Git-Tag: php-4.3.2RC1~368 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34c7b71a89133adddefbf72c99f206aa0cbe4372;p=php MFH obsolete warning --- diff --git a/php.ini-dist b/php.ini-dist index 8eaa0d9120..0ed582fd34 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -841,9 +841,6 @@ session.gc_dividend = 100 ; 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 ; NOTE: If you are using the subdirectory option for storing session files