public function destroy(string $sessionId) : bool { $result = $this->currentHandler ->destroy($sessionId); $this->writeOnlyHandler ->destroy($sessionId); return $result; }