Magic cookie

A magic cookie, or just cookie for short, is a token or short packet of data passed between communicating programs, where the data is typically not meaningful to the recipient program. The contents are opaque and not usually interpreted until the recipient passes the cookie data back to the sender or perhaps another program at a later time. The cookie is often used like a ticket  to identify a particular event or transaction.[1]

In some cases, recipient programs are able to meaningfully compare two cookies for equality.

Cookie as token

An analogy is the token supplied at a coat check (cloakroom) counter in real life. The token has no intrinsic meaning, but its uniqueness allows it to be exchanged for the correct coat when returned to the coat check counter. The coat check token is opaque because the way in which the counter staff are able to find the correct coat when the token is presented is immaterial to the person who wishes their coat returned. In other cases (as is possible with HTTP cookies), the actual data of interest can be stored as namevalue pairs directly on the cookie.

Cookies are used as identifying tokens in many computer applications.[2] When one visits a website, the remote server may leave an HTTP cookie on one's computer, where they are often used to authenticate identity upon returning to the website.[3]

Cookies are a component of the most common authentication method used by the X Window System.[4]

See also

References

  1. Raymond, Eric. "Cookie". The Jargon File. Retrieved 2014-02-03.
  2. "Distributed Erlang". erlang.org. Retrieved 2014-02-03.
  3. "RFC 6265 - HTTP State Management Mechanism". Tools.ietf.org. Retrieved 2014-02-03.
  4. "Xsecurity". X.org. Retrieved 2014-02-03.

This article is based on material taken from the Free On-line Dictionary of Computing prior to 1 November 2008 and incorporated under the "relicensing" terms of the GFDL, version 1.3 or later.

This article is issued from Wikipedia - version of the 9/25/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.