From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/glossary/cookie/index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 files/ja/glossary/cookie/index.html (limited to 'files/ja/glossary/cookie') diff --git a/files/ja/glossary/cookie/index.html b/files/ja/glossary/cookie/index.html new file mode 100644 index 0000000000..bff1c4b3e9 --- /dev/null +++ b/files/ja/glossary/cookie/index.html @@ -0,0 +1,21 @@ +--- +title: Cookie +slug: Glossary/Cookie +tags: + - Glossary + - WebMechanics +translation_of: Glossary/Cookie +--- +

Cookie は、ウェブサイトによってウェブブラウザーを通じて訪問者のコンピューター上に残される小さな情報です。

+ +

Cookie はウェブサイトのウェブ体験を個人化するために使用されます。ウェブサイトにアクセスする際のユーザーの設定や入力を含む場合もあります。ユーザーはウェブブラウザーを設定して Cookie の受け入れや拒否、削除を行うことができます。

+ +

サーバーレベルでは HTTP の Set-Cookie ヘッダーを用いることで、または、JavaScript の document.cookie を用いることで、Cookie を設定したり修正したりすることができます。

+ +

関連項目

+ +

一般知識

+ + -- cgit v1.2.3-54-g00ecf