Overrides AbstractSessionHandler::open
public function open(string $savePath, string $sessionName) : bool { parent::open($savePath, $sessionName); return $this->handler ->open($savePath, $sessionName); }