public function updateTimestamp(string $sessionId, string $data) : bool { return $this->write($sessionId, $data); }