<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Cookies on dev notes</title>
    <link>https://juhanakristianblog.netlify.app/tags/cookies/</link>
    <description>Recent content in Cookies on dev notes</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 28 Oct 2021 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://juhanakristianblog.netlify.app/tags/cookies/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>What are HTTP cookies</title>
      <link>https://juhanakristianblog.netlify.app/posts/what-are-http-cookies/</link>
      <pubDate>Thu, 28 Oct 2021 00:00:00 +0000</pubDate>
      <guid>https://juhanakristianblog.netlify.app/posts/what-are-http-cookies/</guid>
      <description>&lt;p&gt;A HTTP cookie is a small piece of data that a server sends to a user&amp;rsquo;s web browser. The browser may then store the cookie and send it back to the same server with later requests.&lt;/p&gt;&#xA;&lt;p&gt;Cookies are used typically to tell if two HTTP requests come from the same browser/user. So for &lt;strong&gt;session management&lt;/strong&gt;, &lt;strong&gt;tracking&lt;/strong&gt; and to a lesser extent &lt;strong&gt;personalization&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;For general data storage on the client, there are more modern APIs.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
