Searched refs:cookieValue (Results 1 – 1 of 1) sorted by relevance
128 std::string_view cookieValue = it->value(); in performCookieAuth() local129 BMCWEB_LOG_DEBUG("Checking cookie {}", cookieValue); in performCookieAuth()130 auto startIndex = cookieValue.find("SESSION="); in performCookieAuth()135 cookieValue); in performCookieAuth()139 auto endIndex = cookieValue.find(';', startIndex); in performCookieAuth()142 endIndex = cookieValue.size(); in performCookieAuth()145 cookieValue.substr(startIndex, endIndex - startIndex); in performCookieAuth()