
The Cookie Technology
cookie concept
-
Server to Client
Cookies are small data structures delivered by a web server to a
web client. The web server may deliver one or more cookies to the
client. The client stores cookie data on its local hard drive.
-
Client to Server
In certain cases (determined by the data in the cookie itself),
the client returns the cookies to the server that originally delivered
it.