A cookie is information that a web site writes 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 previously sent you, or anything about your previous visits. A cookie is a mechanism that allows the server to store its own information about you on your computer. You can view the cookies that have been stored on your hard disk. 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 file.
Comments
0 comments
Please sign in to leave a comment.