HTTP Cookies
A “cookie” is a name,value pair that a
server program can ask the client to
remember.
The client sends this name,value pair
along with every request to the server.
We can also use "cookies" to propagate
state information.
11