Slashdot Mirror


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?"

2 of 498 comments (clear)

  1. Re:No, but... by Jaseoldboss · · Score: 5, Informative

    Here's what I do.

    Get Firefox to turn ALL cookies into session cookies by deleting them "when I close Firefox" in options.

    Then make exceptions for the sites you want to track you. I do this for /. so I don't have to log in everytime.

    From the article;

    This anticookie fervor also hurts the deleters, she says. For example, cookies help a computer limit how many times the user is exposed to annoying ads like a floating, animated message. Since when should you trust a site not to annoy you with ads, block popups and use Adblock and Flashblock.

    "...So cookies are a really good thing for managing the user's experience," she said." If this was true, we'd all be installing adware on our computers to deliver 'interesting relevant and targetted' advertising to enrich our web experiences wouldn't we? Bah!

  2. Re:No, but... by Evil+Grinn · · Score: 5, Informative

    increasintly, if you don't have cookies, holding a session is impossible (unique id's on the getline are going the way of the dodo) and, increasingly, sites want you to maintain sessions to do anything useful.

    For session tracking, cookies are now the standard, but there are other security precautions that can only accomplished by including a unique ID in every form.

    Go read up about "session riding" or "cross-site request forgery". For example:

    http://shiflett.org/articles/foiling-cross-site-at tacks

    See the code sample near the end of the page, under "Force the use of your own HTML forms".