SessionHandlerInterface
PHP Manual

SessionHandlerInterface::gc

(PHP 5 >= 5.4.0)

SessionHandlerInterface::gcCleanup old sessions

Descrizione

abstract public bool SessionHandlerInterface::gc ( string $maxlifetime )

Cleans up expired sessions. Called by session_start(), based on session.gc_divisor, session.gc_probability and session.gc_lifetime settings.

Elenco dei parametri

maxlifetime

Sessions that have not updated for the last maxlifetime seconds will be removed.

Valori restituiti

Il valore di ritorno (normalmente TRUE in caso di successo, altrimenti FALSE). Si noti che questo valore รจ restituito internamente a PHP per il processamento.


SessionHandlerInterface
PHP Manual