public function validateId(string $sessionId) : bool { return !$this->handler instanceof \SessionUpdateTimestampHandlerInterface || $this->handler ->validateId($sessionId); }