Portrait as Cookie (COOKIES) 2002
 
"Cookie Portrait" is a newnewportrait."Cookie Portraits" are numbered portraits I send you for free every time you visit this address: www.zanni.org/betaCOOKIES. These works are based on the same cookie technology that is usually used by huge commercial websites such as amazon.com to monitor the choices made by users on their websites marketing practice). With the help of this technology, my portraits make a "photograph" of the workstation environment of the connected user, sending him a very slim .txt file containing all the data: info about his operative system (ports, browser .); a sentence with the explication of the process and a number.
LAUNCH WORK
 
Click to Enlarge:
 
 
 
SAMPLE cookie txt:
 
Here is the artwork:
Serial No: 723, /// This gets stored in the cookie-portrait: INGREDIENTS:::::, REFERER: http://www.zanni.org/cookieproject/cookieproject.htm, USER_AGENT: Mozilla/4.0 (compatible, MSIE 6.0, Windows NT 5.1, SV1, .NET CLR 1.1.4322), REMOTE_ADDR: 84.221.233.45, REMOTE_PORT: 4369, ABOUT THIS cookie-PORTRAIT: The artwork stored in your computer is an original and numbered NewNewPortrait artwork by CARLO ZANNI [a.k.a beta]. The form of the portrait is the cookie. It is a portrait of one of your temporary mental identities. It represents the general state of your WorkStation and its environment. Its aesthetic form -- you can find it in the TMP or cookie folder of your WS-- is the name of your personal WS followed by the name of the web that sent you the artwork. If you load the portrait with a blocknotes you will find a lot of information about you. ------ ::: No feedback has been set to monitor your activities. The cookie you received is just one-way ::: ------ The artwork is free and totally personal. All the artworks are different because they contain an ID and the settings of your pc in the moment you are surfing. To preserve the artwork which has an expiration date you have to copy and paste it in a new directory of your pc. You can print it on paper or videoproject it over your fireplace. This portrait is a file, so you can load it as you prefer. The kind of this portrait is ChocolateChipCookie and the strings over this sentence are its ingredients. Please come back to visit us to find new kind of cookie-portraits and to increase your collection ....... You can find more info about the author and NewNewPortraits at the following addresses::::www.zanni.org ---- www.newnewportrait.com ---- Carlo Zanni a.k.a. beta
 
Technical Cookie FAQ

Q. What is a Cookie?
A. A Cookie is an HTTP header containing a string that is stored on your
computer by your browser.

Q. Why are Cookies called Cookies?
A. Lou Montulli, wrote the cookies specification for Navigator 1.0, the
first browser to use the technology. Montulli states, "A cookie is a
well-known computer science term that is used when describing an opaque
piece of data held by an intermediary. The term fits the usage
precisely; it's just not a well-known term outside of computer science
circles."

Q. How do Cookies work?
A. When you load a web page, the site puts a string into the HTTP header
during the page load. This information is sent to your browser which
saves it to your computer if it has Cookies enabled.

Q. How large can cookies be?
A. Up to a mere 4K each although Cookies are usually much smaller than
this.

Q. Do Cookies violate my privacy?
A. This has been an issue for debate for a few years. In general,
Cookies are a usefull tool and are NOT used for evil purposes but they
can be abused by tracking, and collection information about your surfing
habits; the sites you visit can be logged and tracked with the help of
Cookies.

Q. Do I need Cookies?
A. Yes and no. In general, you do not need Cookies to surf the web
although some sites require that you have Cookies enabled in order to
view their sites.

Q. Where can I get more information?
A. Doing a search on Cookies using your favorite search engine should
turn up plenty of information.
In addition, here are some good pages that deal with Cookies:
http://www.cookiecentral.com Cookie Central
http://www.epic.org/privacy/internet/cookies/ The EPIC Cookies Page
http://help.netscape.com/kb/consumer/19970226-2.html Netscape
Information about Cookies
http://home.netscape.com/newsref/std/cookie_spec.html Netscape Cookies
specification

Q. Can a website steal information from my computer using Cookies?
A. No, a site can not obtain private information from Cookies. The site
can only store basic information like what kind of browser you are using
and other information provided by the server like what page you visited
on that site or any information that you may have submitted to the site.

Q. Why were Cookies created?
A. The internet is stateless meaning that data is not transfered from
page to page unless something like a Cookie is used. The Cookie
therefore serves to tell one page what happened on previous pages. They
allow the site to know about the user: how do they navigate through the
site, is traffic from the same visitors or unique vistors, what were
their previous settings.

Q. What is a session?
A. A session is its a web page or site's general condition: variables,
content, and settings. Session can be maintained using Cookies, URL
encoding, or form data. Otherwise, session is only active for the time
it takes to load a page.

Q. How permanant are cookies?
A. The length of time that cookies last varies. If no expiration is set,
the Cookie gets errased when the browser is closed. A cookie can be set
to expire in minutes to years but there is no way to set a Cookie to
last for forever. An interesting aside is that web servers can delete
cookes they have previously set by resetting the expiration to be
sometime in the past.