--- title: Cookie slug: Web/HTTP/Headers/Cookie tags: - Cookies - HTTP - 请求 - 超文本传输协议 - 首部 translation_of: Web/HTTP/Headers/Cookie ---
Cookie
是一个请求首部,其中含有先前由服务器通过 {{HTTPHeader("Set-Cookie")}} 首部投放并存储到客户端的 HTTP cookies。
这个首部可能会被完全移除,例如在浏览器的隐私设置里面设置为禁用cookie。
Header type | {{Glossary("Request header")}} |
---|---|
{{Glossary("Forbidden header name")}} | yes |
Cookie: <cookie-list> Cookie: name=value Cookie: name=value; name2=value2; name3=value3
<cookie-name>=<cookie-value>。
名称/值对之间用分号和空格 ('; ')隔开。Cookie: PHPSESSID=298zf09hf012fh2; csrftoken=u32t4o3tb3gg43; _gat=1;
Specification | Title |
---|---|
{{RFC("6265", "Cookie", "5.4")}} | HTTP State Management Mechanism |
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
{{Compat("http.headers.Cookie")}}