Hi,
Da PHP keine Inaktivität feststellen kann, kann es nur das Dateisystem befragen. Und da wird die Modification Time als Indikator verwendet, so sagt es das PHP-Handbuch zu session.gc_maxlifetime.
"If you are using the default file-based session handler, your filesystem must keep track of access times (atime)."
atime und mtime sind ein Unterschied.
Auch ohne Veränderung der Session-Daten dürfte ein reines session_start am Scriptanfang, dass die Session-Daten wieder einliest, auch für eine Veränderung der atime sorgen.
MfG ChrisB
--
Light travels faster than sound - that's why most people appear bright until you hear them speak.
Light travels faster than sound - that's why most people appear bright until you hear them speak.