Overrides SessionInterface::setId
public function setId(string $id) : void { if ($this->storage ->getId() !== $id) { $this->storage ->setId($id); } }