public function remove(Cookie $cookie) { unset($this->cookies[$cookie->getDomain()][$cookie->getPath()][$cookie->getName()]); }