Cookies are HTTP
•
Cookies are HTTP headers.
•
A server can
give
the browser a cookie
by sending a
Set-Cookie
header line
with the response.
•
A client can send back a cookie by
sending a
Cookie
header line with the
request.
12