Neos\Flow\Session\SessionInterface::collectGarbage PHP Метод

collectGarbage() публичный Метод

Remove data of all sessions which are considered to be expired.
public collectGarbage ( ) : integer
Результат integer The number of outdated entries removed or NULL if no such information could be determined
    public function collectGarbage();