SessionHandlerInterface::gc
(PHP 5 >= 5.4.0, PHP 7, PHP 8)
SessionHandlerInterface::gc — Cleanup old sessions
Beschreibung
$max_lifetime): int|falseCleans up expired sessions. Called by session_start(), based on session.gc_divisor, session.gc_probability and session.gc_maxlifetime settings.
Parameter-Liste
-
max_lifetime -
Sessions that have not updated for the last
max_lifetimeseconds will be removed.
Rückgabewerte
Returns the number of deleted sessions on success, Bei einem Fehler wird false zurückgegeben..
Note this value is returned internally to PHP for processing.
Changelog
| Version | Beschreibung |
|---|---|
| 7.1.0 |
Prior to this version, the function returned true on success.
|

