summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2003-01-31 07:44:17 +0000
committerSascha Schumann <sas@php.net>2003-01-31 07:44:17 +0000
commit9233627887cacc5d3f6d75121a155a669ef2c548 (patch)
tree188165b540bdedbfd0fc5298b0529f549d0cffa0 /php.ini-dist
parent81797baed4386e726b79aaa99f7fb4887d8d9348 (diff)
downloadphp-git-9233627887cacc5d3f6d75121a155a669ef2c548.tar.gz
Remove obsolete warning
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist3
1 files changed, 0 insertions, 3 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 282db20fcc..0e66b61e8b 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