Hi Pika. some of member already gave some ideas about this, If you need more ....PLease read this...then decide it for yoursefl "which one is bad...or good)
HTTP cookies, or more commonly referred to as web cookies, tracking cookies or just cookies, are parcels of text sent by as server to a Web client (usually a
browser) and then sent back unchanged by the client each time it accesses that server.
HTTP cookies are used for
authenticating, session tracking (state maintenance), and maintaining specific information about users, such as site preferences or 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.
Because they can be used for tracking browsing behavior, cookies have been of concern for
Internet privacy. As a result, they have been subject to legislation in various countries such as the
United States, as well as the
European Union. Cookies have also been criticized because the identification of users they provide is not always accurate and because they could potentially be a target of network attackers. Some alternatives to cookies exist, but each has its own uses, advantages, and drawbacks.
Cookies are also subject to a number of misconceptions, mostly based on the erroneous notion that they are
computer programs. In fact, cookies are simple pieces of data unable to perform any operation by themselves. In particular, they are neither
spyware nor
viruses, although cookies from certain sites are described as spyware by many anti-spyware products because they allow users to be tracked when they visit various sites.
Most modern browsers allow users to decide whether to accept cookies, but rejection makes some
websites unusable. For example, shopping carts implemented using cookies do not work if cookies are rejected.