
| Cookies are messages that a Web server transmits to a Web browser so
that the Web server can keep track of the user's activity on a specific
Web site. The message that the Web server conveys to the browser is in
the form of an HTTP header that consists of a text-only string. The text
is entered into the memory of the browser. The browser in turn stores
the cookie information on the hard drive so when the browser is closed
and reopened at a later date the cookie information is still available.
Web sites use cookies for several different reasons:
Cookies do not act maliciously on computer systems. They are merely text files that can be deleted at any time - they are not plug ins nor are they programs. Cookies cannot be used to spread viruses and they cannot access your hard drive. This does not mean that cookies are not relevant to a user's privacy and anonymity on the Internet. Cookies cannot read your hard drive to find out information about you; however, any personal information that you give to a Web site, including credit card information, will most likely be stored in a cookie unless you have turned off the cookie feature in your browser. In only this way are cookies a threat to privacy. The cookie will only contain information that you freely provide to a Web site. Cookies have six parameters that can be passed to them:
Both Netscape and Microsoft Internet Explorer (IE) can be set to reject cookies if the user prefers to use the Internet without enabling cookies to be stored. In Netscape, follow the Edit/Preferences/Advanced menu and in IE, follow the Tools/Internet Options/Security menu to set cookie preferences. |