
The Cookie Technology
Why are cookies useful?
-
The HTTP protocol is stateless.
Currently, HTTP servers respond to each client request without relating
that request to previous or subsequent requests.
-
Cookies provide a way to create stateful sessions.
The technology allows clients and servers that wish to exchange
state information to place HTTP requests and responses within a larger
context, which we term a "session".