MCPcopy Create free account
hub / github.com/apache/impala / GetDeleteCookie

Function GetDeleteCookie

be/src/rpc/authentication-util.cc:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186string GetDeleteCookie() {
187 return Substitute("$0=;HttpOnly;Max-Age=0", COOKIE_NAME);
188}
189
190bool IsTrustedDomain(const std::string& origin, const std::string& trusted_domain,
191 bool strict_localhost) {

Callers 2

CookieAuthFunction · 0.85
BeginRequestCallbackMethod · 0.85

Calls 1

SubstituteFunction · 0.85

Tested by

no test coverage detected