public function read($session_id) : string|false { $value = $this->wrappedSessionHandler ->read($session_id); $this->readSessions[$session_id] = $value; return $value; }