Neos\Flow\Session\SessionInterface::collectGarbage PHP Méthode

collectGarbage() public méthode

Remove data of all sessions which are considered to be expired.
public collectGarbage ( ) : integer
Résultat integer The number of outdated entries removed or NULL if no such information could be determined
    public function collectGarbage();