@internal
callable(): SessionInterface $factory:
public function setSessionFactory(callable $factory) : void { $this->session = $factory(...); }