Death of Cookies, Spyware Greatly Exaggerated?
securitas writes "The New York Times' Bob Tedeschi interviews several Internet marketing leaders who debate recent reports that Internet users are deleting cookies en masse and causing serious problems for advertisers. Among the interviewed is Eric Peterson, co-author of the Jupiter Research report that claims 39 percent of Internet users delete cookies. Slashdot has recently had stories about this supposed trend in June and July. A shorter version of the article at IHT. Who is telling the truth and who is deleting cookies? Are you?"
[...]who is deleting cookies? Are you?
Routinely and automatically. I don't need any help in remembering my ID, password, or credit card number, thank you. And I don't want any company tracking my every move on the net just so they can turn around and sell information about my personal habits, whatever those habits may be.
Here's a challenge for all the companies (and individuals) out there who think it's perfectly acceptable to track and profit from every personal detail you can get your hands on of the people who interact with you. I'll let you track and profit from everything I do if you let me track and profit from everything you do. Complete discloser in both direction. Anything less is unacceptable.
The NSA: The only part of the US government that actually listens.
If 40 % of the market is deleting their cookies (no doubt as part of a regular anti spyware cleaning) that's a problem no matter what spin you put on it.
Thalasar
I simply deleted all my cookies, visited every site I *want* a cookie from and then set my cookies to be read-only. Worry-free AND all the benefits of good cookies!
I never spellcheck and I freely admit it. Save your karma for more worthwhile "lol erorrs" replies
... because I already don't let the browser set them.
Does the advertising industry also "lose" money because it cannot track if I am watching their ads on TV?
The Tao of math: The numbers you can count are not the real numbers.
I set my settings in my browser to ask before saving a cookie, most I deny but some, for example, logins I allow. You'd be amased how many websites set a cookie every time you visit their website and how many times. Advertisments are the worst, because they always set several cookies per advert but now I've go into the trend of just blocking whole domains, I hate the feeling that some body is sitting at a computer monitoring how many different people are seeing his adverts/
But not because of security concenns, it is mostly because I have got into a nervous habit of clearing my cache and cookies every day.
A few months ago this was a different story, seeing about 400MB of cache/cookies taking up around a gig on the hdd because the files were so small changed it; and I dont mind having to re-login to sites every time, it means I am less likely to forget my various passwords!
"So cookies are a really good thing for managing the user's experience" says a USA Today markedroid.
Clueless. Absolutly clueless. This goes straight to the heart of the matter. They can't understand why people don't want their 'experience managed'.
I can manage my own goddamned experience, thanks anyway. Keep your filthy paws offa me.
Mod down people who tell people how to mod in their sigs
I don't allow cookies in the first place; that kind of obviates the need to delete them.
I accept cookies from about 10 sites (and yes...slashdot is one of them). And even those get deleted when I close firefox!
When I set up others' computers, I only allow cookies from the orinating website, so that cuts down on cookie retention as well.
No one needs to track me!
--LWM
Let's put it like this: when you have someone whose very revenue depends on "detecting wolves", they'll cry "wolf!" All the time. They'll cry "wolf" at the neighbour's "alsacian wolf" dog even. I'm talking about anti-spyware and other "security" companies. Do they delete cookies? Well, I briefly had McAffee installed, and among other problems (such as being a piss-poorly programmed POS) it did exactly that. It tried to protect me from all those supposedly dangerous cookies, storing such "personal details" as the session ID on some site. I'm not kidding. Using half the sites that required logon (such as Gamespy's Fileplanet) was suddenly impossible. So based on that I'd say the concern is genuine. But it's probably not the users going through the menus to delete cookies. Joe Average probably wouldn't even know or care what a cookie is. But Joe Average likely has some POS security software installed that deletes the cookies for him
A polar bear is a cartesian bear after a coordinate transform.
Within firefox you can setup cookie control fairly well. There are also extensions that allow you to do even more things from what I have been told Although I have not verified the extensions.
I use Cookieculler to protect those cookies I value (cause not all cookies are out there useless) and I delete the rest frequently.
Sample this!
Some don't actually EVER expire..
Some, like Googles cookie, don't expire for ages!
(Googles cookie implodes some time around January 2039)
I am a viral sig. Please copy me and help me spread. Thank you.
There are some cookie management extensions out there, but for "normal" people to better manage their privacy (or even to realize they have privacy right that they can manage) I'd like to see "prompt always, deny third party" turned on by default, and a cookie toolbar/rightclick option that allows you to accept/decline/delete them. As a matter of fact, that would be a nice option for the Firefox installer: a checkbox that says something like "[ ] Help me manage my privacy rights online." We could debate whether or not it should be on or off by default.
Or, weirder yet, what about something like the infamous Clippy? "Hi, I'm Foxy, and I'm here to help you with online privacy so you don't become a victim of identity theft, or a pawn of corporate marketing strategies!"
John
All I did was write a simple script that cleans out my cookies and cache. I've set it to run daily on logout. Change $user to your username and $profile with your profile string and use it:
/home/$user/.mozilla/firefox/$profile/Cache/* /home/$user/.mozilla/firefox/$profile/history.*
/home/$user/.mozilla/firefox/$profile/cookies.txt |grep slashdot >/home/$user/.mozilla/firefox/$profile/cookiesnew. txt /home/$user/.mozilla/firefox/$profile/cookies.txt |grep mapquest >>/home/$user/.mozilla/firefox/$profile/cookiesnew .txt /home/$user/.mozilla/firefox/$profile/cookies.txt |grep mywebgrocer >>/home/$user/.mozilla/firefox/$profile/cookiesnew .txt /home/$user/.mozilla/firefox/$profile/cookies.txt |grep news.google >>/home/$user/.mozilla/firefox/$profile/cookiesnew .txt /home/$user/.mozilla/firefox/$profile/cookies.txt |grep netflix >>/home/$user/.mozilla/firefox/$profile/cookiesnew .txt
/home/$user/.mozilla/firefox/$profile/cookies.txt /home/$user/.mozilla/firefox/$profile/cookiesnew.t xt /home/$user/.mozilla/firefox/$profile/cookies.txt
echo "drop firefox cache and history"
shred -u
shred -u
echo "grab all valid firefox cookies"
cat
cat
cat
cat
cat
echo "get rid of all cookies not explicitly kept above"
shred -u
mv
echo "done"
Just add a new line for each cookie that you want kept in the "grab all valid firefox cookies" section just as I did (noting the > vs >> piping).
I mean, it works for me, at least. Why do I shred instead of rm? Because I'm one of the lunatic fringe that likes the idea of actually deleting files that I tell to be deleted.
Coupled with Firefox's AdBlock add-on, I'm pretty comfortable with my browsing experience.
-Tom
Who needs to delete cookies? I just have a little program that overwrites the text with random text. Why? Well, spyware companies suck that's why. But you're not kicking them in the gut if you just delete the cookies. Nah, feed their databases with crap. That's what I say.
Logic, macros, and more