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