diff --git a/reference/session/reference.xml b/reference/session/reference.xml index 740d1c8f59..1620193923 100644 --- a/reference/session/reference.xml +++ b/reference/session/reference.xml @@ -1,5 +1,5 @@ - + Session handling functions Sessions @@ -176,6 +176,14 @@ of seconds after which data will be seen as 'garbage' and cleaned up. + + 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 fs where atime tracking. + +