この記事はまだボランティアによって 日本語 に翻訳されていません。ぜひ MDN に参加して翻訳を手伝ってください!
Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
The obsolete Set-Cookie2
HTTP response header used to send cookies from the server to the user agent, but has been deprecated by the specification. Use Set-Cookie
instead.
Header type | Response header |
---|---|
Forbidden header name | no |
Syntax
Set-Cookie2: <cookie-name>=<cookie-value> Set-Cookie2: <cookie-name>=<cookie-value>; Comment=<value> Set-Cookie2: <cookie-name>=<cookie-value>; CommentURL=<http-url> Set-Cookie2: <cookie-name>=<cookie-value>; Discard Set-Cookie2: <cookie-name>=<cookie-value>; Domain=<domain-value> Set-Cookie2: <cookie-name>=<cookie-value>; Max-Age=<non-zero-digit> Set-Cookie2: <cookie-name>=<cookie-value>; Path=<path-value> Set-Cookie2: <cookie-name>=<cookie-value>; Port=<port-number> Set-Cookie2: <cookie-name>=<cookie-value>; Secure Set-Cookie2: <cookie-name>=<cookie-value>; Version=<version-number> // Multiple directives are also possible, for example: Set-Cookie2: <cookie-name>=<cookie-value>; Domain=<domain-value>; Secure // Multiple cookies are seperated by a comma Set-Cookie2: <cookie-name>=<cookie-value>, <cookie-name>=<cookie-value>, ...
Specifications
Specification | Title |
---|---|
RFC 2965: Set-Cookie2 | Historic specification of HTTP State Management Mechanism, obsoleted by RFC 6265 |
Browser compatibility
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.
Feature | Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | Servo |
---|---|---|---|---|---|---|---|
Basic Support | No support | No support | No support | No support | No support | No support | No support |
Feature | Android | Chrome for Android | Edge Mobile | Firefox for Android | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|
Basic Support | No support | No support | No support | No support | No support | No support | No support |