Neos\Flow\Session\SessionManagerInterface::getSessionsByTag PHP Method

getSessionsByTag() public method

Returns all sessions which are tagged by the specified tag.
public getSessionsByTag ( string $tag ) : array
$tag string A valid Cache Frontend tag
return array A collection of Session objects or an empty array if tag did not match
    public function getSessionsByTag($tag);