Quote:
Originally Posted by Cleo
How are you able to set a cookie if all you are loading is a 1 pixel gif?
|
Whenever a request is made using http the response packet contains a set of headers before the response body. These headers describe attributes/meta-data regarding the response. One such header is Set-Cookie.
It doesn't matter if the body of the content is html, gif, jpg, xml, msword, random bits.
- Richard