Home
last modified time | relevance | path

Searched refs:cookieValue (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/include/
H A Dauthentication.hpp144 std::string_view cookieValue = it->value(); in performCookieAuth() local
145 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()