Definition of Http cookie

FOLDOC
HTTP cookie
<World-Wide Web> A packet of information sent by an HTTP server to a World-Wide Web browser and then sent back by the browser each time it accesses that server. Cookies can contain any arbitrary information the server chooses and are used to maintain state between otherwise stateless HTTP transactions. Typically this is used to authenticate or identify a registered user of a web site without requiring them to sign in again every time they access that site. Other uses are, e.g. maintaining a "shopping basket" of goods you have selected to purchase during a session at a site, site personalisation (presenting different pages to different users), tracking a particular user's access to a site.
http://www.illuminatus.com/cookie.
(1997-01-15)

Search Dictionary:
Search Web Search Dictionary



HTTP cookie definition was found in categories: Business & Finance(1)  Encyclopedia(1)  

HTTP cookie Definition from Business & Finance Dictionaries & Glossaries

Internet PR glossary
cookie (or HTTP cookie)
A text file that resides with a Web browser that can be altered by a Web server. Web sites sometimes use cookies to save session information about a user between visits. See also browserand server.


HTTP cookie Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
HTTP cookie
HTTP cookies, sometimes known as web cookies or just cookies, are parcels of text sent by a server to a web browser and then sent back unchanged by the browser each time it accesses that server.  HTTP cookies are used for authenticating, tracking, and maintaining specific information about users, such as site preferences and the contents of their electronic shopping carts. The term "cookie" is derived from "magic cookie," a well-known concept in unix computing which inspired both the idea and the name of HTTP cookies.

See more at Wikipedia.org...