OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTTP_COOKIE
(Results
1 - 2
of
2
) sorted by null
/external/webkit/LayoutTests/http/tests/cookies/resources/
getCookies.cgi
8
print "
HTTP_COOKIE
: " . ($ENV{
HTTP_COOKIE
} || "") . "\n\n";
cookies-test-pre.js
188
var cookie = xhr.getResponseHeader("
HTTP_COOKIE
") == null ? '"null"' : xhr.getResponseHeader("
HTTP_COOKIE
");
Completed in 33 milliseconds