diff --git a/reference/session/ini.xml b/reference/session/ini.xml index d14e5e24cb..59372c10de 100644 --- a/reference/session/ini.xml +++ b/reference/session/ini.xml @@ -428,16 +428,6 @@ linkend="ini.session.save-path">session.save_path. - - If you are using the default file-based session handler, your - 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 filesystem where atime tracking is not available. - Since PHP 4.2.3 it has used mtime (modified date) instead of atime. So, you - won't have problems with filesystems where atime tracking is not available. - -