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();