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.