From 903e69fbd557a8cad33600e2ab8efdccd5affc8c Mon Sep 17 00:00:00 2001 From: Sparsh Patial <69122849+sparshpatial@users.noreply.github.com> Date: Wed, 16 Feb 2022 17:09:25 +0530 Subject: [PATCH] Create Cookie.md --- docs/Cookie.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/Cookie.md diff --git a/docs/Cookie.md b/docs/Cookie.md new file mode 100644 index 0000000..773ead1 --- /dev/null +++ b/docs/Cookie.md @@ -0,0 +1,17 @@ +# Cookie + +HTTP cookies are essential to the modern Internet but a vulnerability to your privacy. +HTTP cookies help web developers give you more personal, convenient website visits. + +### What Are Cookies? + +Cookies are text files with small pieces of data — like a username and password — that are used to identify your computer as you use a computer network. +Specific cookies known as HTTP cookies are used to identify specific users and improve your web browsing experience. +Data stored in a cookie is created by the server upon your connection. +This data is labeled with an ID unique to you and your computer. + +### What Are Cookies Used For? + +Websites use HTTP cookies to streamline your web experiences. +Without cookies, you’d have to login again after you leave a site or rebuild your shopping cart if you accidentally close the page. +Making cookies an important a part of the internet experience.