themikenesedude posted:
I do agree the ads are better than Flash cookies, malware, etc. Myspace has been known to openly put out adware/spyware and my computer has always performed suckier than usual after visiting Myspace. I always run a malware scanner and find tracking cookies after I visit that site (which is why I hardly use it anymore).
cookies get such a horrible rap, as a developer I use cookies for various things. A good example is storing something like a shopping cart list.
A cookie literally would be in plain text like this
item1 someproduct
item2 anotherproduct.
If you go view your cookies and edit the file you see something similar. It's also used for tracking ads, usually to flag something like "this ad has been seen before" or "this user is not unique". Which helps in figuring out advertising rates, impressions etc.. All the browser implementations only allow the site that created the cookie to access that cookie so if ninsource.net creates a cookie, no other site will be able to read that information.
As far as storing sensitive data in one, really really shitty developers can and do that. However nin.com dev's, and the company that they're using for ad serving are not shitty developers.
Long story short, cookies are not evil.
This isn't specific against you, just figured I would cover it since it hasn't been done in this thread yet.