Overrides SessionInterface::invalidate
public function invalidate(?int $lifetime = null) : bool { $this->storage ->clear(); return $this->migrate(true, $lifetime); }