aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/http/headers/cookie2/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/http/headers/cookie2/index.html')
-rw-r--r--files/ja/web/http/headers/cookie2/index.html59
1 files changed, 59 insertions, 0 deletions
diff --git a/files/ja/web/http/headers/cookie2/index.html b/files/ja/web/http/headers/cookie2/index.html
new file mode 100644
index 0000000000..99a1b1ba30
--- /dev/null
+++ b/files/ja/web/http/headers/cookie2/index.html
@@ -0,0 +1,59 @@
+---
+title: Cookie2
+slug: Web/HTTP/Headers/Cookie2
+tags:
+ - HTTP
+ - Obsolete
+ - ヘッダー
+ - リクエスト
+ - リファレンス
+translation_of: Web/HTTP/Headers/Cookie2
+---
+<p>{{HTTPSidebar}} {{obsolete_header}}</p>
+
+<p>時代遅れの <strong><code>Cookie2</code></strong> HTTP リクエストヘッダは、ユーザエージェントが "新しいスタイルの"クッキーを理解していることをサーバに知らせるために使われましたが、最近のユーザエージェントはこれではなく、 {{HTTPHeader("Cookie")}} ヘッダを使用します。</p>
+
+<table class="properties">
+ <tbody>
+ <tr>
+ <th scope="row">ヘッダータイプ</th>
+ <td>{{Glossary("Request header")}}</td>
+ </tr>
+ <tr>
+ <th scope="row">{{Glossary("Forbidden header name")}}</th>
+ <td>yes</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="例">例</h2>
+
+<pre>Cookie2: $Version="1"</pre>
+
+<h2 id="仕様">仕様</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">仕様</th>
+ <th scope="col">タイトル</th>
+ </tr>
+ <tr>
+ <td>{{RFC("2965", "Cookie2")}}</td>
+ <td>Historic specification of HTTP State Management Mechanism, obsoleted by {{RFC("6265")}}</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="ブラウザの実装状況">ブラウザの実装状況</h2>
+
+<p class="hidden">このページの互換表は構造化データから生成されます。データに貢献したい場合は <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックし、プルリクエストを送信してください。</p>
+
+<p>{{Compat("http.headers.Cookie2")}}</p>
+
+<h2 id="関連情報">関連情報</h2>
+
+<ul>
+ <li>{{HTTPHeader("Cookie")}}</li>
+ <li>{{domxref("Document.cookie")}}</li>
+</ul>