Cookie?

greenspun.com : LUSENET : CPSC 200 : One Thread

Lane, What is a persistent cookie in my browser mean?

Sue Laich

-- Susan Laich (slaich@snowline.net), November 13, 1999

Answers

Well first we need to understand what a cookie is? A cookie is information that a Web site puts on your hard disk so that it can remember something about you at a later time. (More technically, it is information for future use that is stored by the server on the client side of a client/server communication.) Typically, a cookie records your preferences when using a particular site. Using the Web's Hypertext Transfer Protocol (HTTP), each request for a Web page is independent of all other requests. For this reason, the Web page server has no memory of what pages it has sent to a user previously or anything about your previous visits. A cookie is a mechanism that allows the server to store its own information about a user on the user's own computer. You can view the cookies that have been stored on your hard disk (although the content stored in each cookie may not make much sense to you). The location of the cookies depends on the browser. Internet Explorer stores each cookie as a separate file under a Windows subdirectory. Netscape stores all cookies in a single cookies.txt fle. Opera stores them in a single cookies.dat file.

-- Lane Rankin (lrankin@csusb.edu), November 13, 1999.

Moderation questions? read the FAQ