Searched refs:cookieValue (Results 1 – 1 of 1) sorted by relevance
144 std::string_view cookieValue = it->value(); in performCookieAuth() local145 BMCWEB_LOG_DEBUG("Checking cookie {}", cookieValue); in performCookieAuth()146 auto startIndex = cookieValue.find("SESSION="); in performCookieAuth()151 cookieValue); in performCookieAuth()155 auto endIndex = cookieValue.find(';', startIndex); in performCookieAuth()158 endIndex = cookieValue.size(); in performCookieAuth()161 cookieValue.substr(startIndex, endIndex - startIndex); in performCookieAuth()