Slashdot Mirror


"Breathtakingly Stupid" EU Cookie Law Passes

Reader whencanistop writes with some details on an upcoming EU law that slipped under the radar as it was part of the package containing the "three strikes" provision, which attracted all the attention and criticism. "A couple of weeks ago we discussed the EU cookie proposal, which has now been passed into law. While the original story broke on the Out-law blog from a law perspective ('so breathtakingly stupid that the normally law-abiding business may be tempted to bend the rules to breaking point'), there has now been followup from a couple of industry insiders. Aurelie Pols of the Web Analytics Association has blogged on how this will affect websites that want to monitor what people are looking at on their sites, while eConsultancy has blogged on how this will impact the affiliate industry. In all of this the general public is being ignored — the people who, if the law is actually implemented, will have to proceed through ridiculous screens of text every time they access a website. I know most of you guys hate cookies in general, but they are vital for websites to know how people are accessing the sites so they can work out how to improve the experience for the user."

76 of 447 comments (clear)

  1. Vital under what conditions? by gorfie · · Score: 4, Insightful

    I've seen examples where third parties require cookies to analyze the usage patterns of users on client sites but I don't require logs to understand usage trends on sites where I have easy access to log files. In fact, I think usability testing would reveal more than analysis of usage data.

    1. Re:Vital under what conditions? by Anonymous+Brave+Guy · · Score: 4, Insightful

      So do you actually have any evidence to back up your doomsaying, or is it just your personal view that you'd like to shove down everyone else's throat?

      We don't use cookies on the sites I run, yet I still have a pretty good idea of what our users do, because we have these things called server logs. They include something called a referrer field, which tells you where the visitor came from before they reached their current page, for example. Moreover, for more detailed analysis, it is far more valuable for site improvement to have a little JavaScript that can also identify things like screen resolutions and browser versions, which give us information that is directly useful to checking that our pages will look good on the systems our visitors are actually using. Cookies won't tell you any of that.

      We are contemplating using cookies for a new system on one of our sites, because it will allow users to create an account and then filter data shown on various pages according to their personal preferences. All the cookie will do is remember whether the user has logged in, and if so, who they are, for the duration of their visit. And we're only doing that because the site will work fine without an account, so we don't want to throw up HTTP Authentication screens for every visitor. We would have no problem disclosing this fully to any visitor to our site at the time they create an account.

      --
      If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
    2. Re:Vital under what conditions? by Anonymous+Brave+Guy · · Score: 2, Informative

      I mentioned the referrer point merely because it completely debunks the specific argument you made in your previous post: "Most sites have 60%+ visits coming from Google in the middle of the site, to do any usability testing they need to know where they arrived to focus that usability."

      You seem to have ignored the fact that I also mentioned using JavaScript for more detailed analysis.

      If you need to follow specific users around your site, you can do this without cookies by adding a suitable GET/POST field on your links/form submissions.

      The only thing you've mentioned that can't be done without cookies is tracking users across visits, where they leave your site and then return again later. I'll concede that this might be useful, but to me it seems a small price to pay for saying that as a user, it means no-one else can track my movements between sites either.

      --
      If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
    3. Re:Vital under what conditions? by Pieroxy · · Score: 2, Insightful

      To get back on topic, if you have no cookies, how do you link your http queries to your cart (you know, so that the user can buy some stuff) ?

      And please, no url rewriting nonsense that blows caches away and exposes your session tokens to every external website you link to with the referer field.

    4. Re:Vital under what conditions? by tha_mink · · Score: 2, Informative

      ways wondered why they couldn't store transaction data on the server when doing this sort of this sort of thing.

      They do, they're called "Sessions". The problem is, you still need cookies to store the session tokens.

      --
      You'll have that sometimes...
    5. Re:Vital under what conditions? by Firehed · · Score: 2, Informative

      Well, only if you care even remotely about having some level of security. Surely you've run into a website (typically a forum) that has a ?sessid=2387498798ad87c2eea92 querystring. It's hideous and stupid, but technically you CAN use cookie-less sessions (see: php: session.use-cookies).

      --
      How are sites slashdotted when nobody reads TFAs?
  2. I don't see the stupidity here by Skapare · · Score: 4, Interesting

    Maybe it's a bit harsh. But so are the abuses of cookies.

    Cookies are used to keep a shopping cart. That out-law.com article spells that out. Cookies are used to track logins on forum sites. There might be an implied consent, there. But to be sure, just ask for consent when users register. Previously registered users would be directed to the consent request page once the next time they try to login. Explain that the consent is for the cookie used keep their login state. Explain that without consent, the login process cannot be completed and the user would be limited to the access level of a non-logged-in user.

    Now, what else are cookies used for, that consent should not need to be given for?

    --
    now we need to go OSS in diesel cars
    1. Re:I don't see the stupidity here by alta · · Score: 5, Insightful

      I know this isn't going to be looked on well here, but here are my pro cookie, pro marketing comments...

      1. Someone above complained about companies selling the data that they collect. As though it's the most terrible thing in the world to do. Guess what, every company that collects demographics about customers (grocery stores by example, the only way to not get tracked it to pay by cash. You don't need one of their store cards because they'll match your banking account numbers and STILL build a profile) and then sells them. How many useful websites on the internet are driven by 1. Selling demographics, 2.) Ad revenue. Making cookies opt-in kills both of those things. How much is /. charging you guys? Ask them what'll happen to their ad revenue if cookies are suddenly opt-in. Yeah, they can still technically serve the ads, but they will no longer be as accurate to the viewer, nor will they be tracked as well... meaning less profitable for the ad agency and the publisher.

      2. Affiliate marketing... There are a lot of other sites with good information (a book review site comes to mind) that I enjoy. They all keep the site running by giving affiliate links to the products, say to a book on amazon. Kill that for them, and you kill their revenue.

      So, would you propose that the people running these sites force the customer to consent before they allow them to use their services?? No, that won't work because they can only make them accept to their cookie, not the one downstream they actually get paid on. People have been so scared from cookie FUD that they will deny %90 of the time, and STILL kill many sites because their revenue has dried up.

      I think this law, if they have to make one, should be more specific and say what you CAN'T use cookies for.

      AND btw, affiliate links would be fine if we could JUST identify the computer, we do not need to identify the individual.

      --
      Do not meddle in the affairs of sysadmins, for they are subtle, and quick to anger.
    2. Re:I don't see the stupidity here by KlaymenDK · · Score: 5, Insightful

      The stupidity is this:

      You can, could, and still will be able to block cookies in your browser, so whatever web site operators are doing with them, it isn't going to affect your privacy or "trackability".

      But, it sounds as if this new law requires the web site operators to show you screen after screen of "permissions" to continue. These permission requests are stupid as EULA dialogs, Vista-like "admin authorisation" dialogs, etc, because they (a) don't offer a meaningful change in values (be it trackability or privacy), and (b) annoy the hell out of users. I won't go into how (c) these crap warnings numb users to real warnings, which they will also mindlessly click through.

      I can't decide whether this is Brazil-style bureaucracy galore, or Eastern Standard Tribe-style anti-productivity warfare.

    3. Re:I don't see the stupidity here by Skapare · · Score: 4, Insightful

      Lack of cookies does NOT prevent ads. Lack of cookies does not prevent ads from being linked to an alternate site. Lack of cookies does not prevent your userid from being included in the URL that takes you to the other site if you click on the cookie. Lack of cookies does not prevent your userid from being included in the URL that fetches the ad image from the other site. So ads are not really hindered. What is hindered is weak minded developers that only learned one way to do things.

      --
      now we need to go OSS in diesel cars
    4. Re:I don't see the stupidity here by Maxo-Texas · · Score: 4, Interesting

      You know the funny thing about companies that collect and sell my personal data?

      Their prices are higher than companies who do not.

      Krogers and Randalls both do this.

      HEB & Foodtown don't.

      Yet the same product at randalls and krogers *with the affinity card discount* is more expensive than the same product at HEB and foodtown. Sometimes dramatically so (25% or more- example, whipcream $5.29 with discount card vs $3.99 every day without card).

      --
      She was like chocolate when she drank... semi-sweet at first and then increasingly bitter.
    5. Re:I don't see the stupidity here by Skapare · · Score: 2, Interesting

      2. Affiliate marketing... There are a lot of other sites with good information (a book review site comes to mind) that I enjoy. They all keep the site running by giving affiliate links to the products, say to a book on amazon. Kill that for them, and you kill their revenue.

      Maybe you can explain why you think cookies is the only way to do this.

      So, would you propose that the people running these sites force the customer to consent before they allow them to use their services?? No, that won't work because they can only make them accept to their cookie, not the one downstream they actually get paid on. People have been so scared from cookie FUD that they will deny %90 of the time, and STILL kill many sites because their revenue has dried up.

      Maybe you can explain why the downstream site needs a cookie to accomplish affiliate marketing when other means, such as embedding a code in the URL, are available.

      I think this law, if they have to make one, should be more specific and say what you CAN'T use cookies for.

      Why? So you can make up new ways to abuse cookies?

      AND btw, affiliate links would be fine if we could JUST identify the computer, we do not need to identify the individual.

      That can actually be dangerous. The next person to come along might link to the same site, and they figure it must be the same person, and re-use their identifying info that first person voluntarily provided. I don't see how knowing that it is the same computer, but not the same individual, helps in marketing, when marketing is targeted to people. Computers don't (yet) make buying decisions.

      --
      now we need to go OSS in diesel cars
    6. Re:I don't see the stupidity here by alta · · Score: 2, Informative

      I agree, but it will make the ads just a little less valuable.

      Yes, I know there are other ways to store the data...
      1. Every link becomes a javascript POST.
      2. All data moved between pages via querystring.
      3. Require a login to use the site so the data can be stored server-side.
      4. FLASH COOKIES ;)

      --
      Do not meddle in the affairs of sysadmins, for they are subtle, and quick to anger.
    7. Re:I don't see the stupidity here by Phroggy · · Score: 2, Interesting

      All kinds of things.

      Every time you visit my web site, a random quote is displayed. Which quote you get is stored in a session cookie, so every page displays the same quote as long as your browser remains open (this was a better idea when I had fewer quotes in my list; I'll probably change it, but that's irrelevant to this discussion). Another cookie tracks which quotes you've already seen, to ensure that if you come back tomorrow (with a new session), you won't get the same quote you just got yesterday. Once you've cycled through all of the available quotes, of course, it resets.

      Because I was extremely bored several years ago, there's some additional logic: if you've been to my site before, and I've added a new quote to the list since then, instead of choosing any quote at random, you'll be given the one that I just added. If you've never been to the site before, it just picks one randomly.

      Also, because I was extremely bored even more years ago, my site can be displayed with a variety of themes, most of which are intended to resemble windows on a computer desktop, on a variety of operating systems. The first time you visit the site, a theme is chosen for you based on your platform (as determined by your user_agent string), but you can change it just by selecting another theme from the list. Your preference is saved in a cookie.

      I do not track individual users. I have no idea who you are. I don't assign you a unique ID. But I am using cookies.

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    8. Re:I don't see the stupidity here by MikeBabcock · · Score: 2, Insightful

      But if you don't like cookies, you can already disable them in your browser. I fail to see how this should be mandated on the server side.

      --
      - Michael T. Babcock (Yes, I blog)
    9. Re:I don't see the stupidity here by Mr.+Slippery · · Score: 2

      I know this isn't going to be looked on well here, but here are my pro cookie, pro marketing comments...

      The late great Bill Hicks suggested that everyone in marketing should kill themselves immediately.

      Your post only re-enforces my belief that he was right.

      Guess what, every company that collects demographics about customers (grocery stores by example, the only way to not get tracked it to pay by cash. You don't need one of their store cards because they'll match your banking account numbers and STILL build a profile) and then sells them.

      Pretty sure my local organic market isn't doing this. But I still pay in cash.

      How many useful websites on the internet are driven by 1. Selling demographics, 2.) Ad revenue. Making cookies opt-in kills both of those things.

      Hooray for the death of selling demographics. And you don't need to set a cookie on my browser to show me an ad. (Of course, if you want to show me an ad, make it a simple text link, because I'll block your gorram banners.)

      Affiliate marketing... There are a lot of other sites with good information (a book review site comes to mind) that I enjoy. They all keep the site running by giving affiliate links to the products, say to a book on amazon. Kill that for them, and you kill their revenue.

      Pass affiliate information in the URL original, then a session id in the URL during their visit. No need to keep a longer term record, ergo no need for cookies.

      AND btw, affiliate links would be fine if we could JUST identify the computer

      No, you don't need to identify the computer. You need to identify the affiliate that originally referred the visitor.

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    10. Re:I don't see the stupidity here by fast+turtle · · Score: 2

      Defeat the evil:

      1. NoScript
      2. ?
      3. ?
      4. Flashblock

      and don't forget to add the various advertisers into your hosts file since it'll speed up page loads. To many advertisers get overloaded, slowing down page loads plus I have no desire to waste bandwidth connecting to them in the first place.

      --
      Mod me up/Mod me down: I wont frown as I've no crown
    11. Re:I don't see the stupidity here by schon · · Score: 2

      it will make the ads just a little less valuable.

      You say that like it's a bad thing.

      But just for the record - based on advertising rates, TV and print advertising is (apparently) much more valuable than web advertising. And yet, they don't do per-user tracking at all. It would seem to me that getting rid of per-user tracking would make it more valuable, not less.

    12. Re:I don't see the stupidity here by harmonise · · Score: 4, Insightful

      How much is /. charging you guys? Ask them what'll happen to their ad revenue if cookies are suddenly opt-in.

      There are ads on the Internets?

      --
      Cory Doctorow talking about cloud computing makes as much sense as George W Bush talking about electrical engineering.
    13. Re:I don't see the stupidity here by Hurricane78 · · Score: 2, Interesting

      UUUM, WTF?

      By deliberately letting the cookie settings of YOUR BROWSER on "ACCEPT ALL", you ALREADY accept all cookies! That's why it's retarded.
      The website has nothing to do with that! The BROWSER is the one that has to implement the asking functionality. And those that I know already do exactly that.
      All we may need, is setting the installation default to "ask". Then most people will set it back, and nothing will change. Which is another reason the law is stupid.

      You know what I'm going to do? Add a small line on the bottom of the page: "Users from the European Union with automatic cookie acceptance are not allowed to enter this site!".
      Or something like that. Meaning, that I will state that everybody who entered my site, without that ask-first function activated in his browser, did illegally enter the site (which of course is bullshit which works well on politards), and thereby it's not my fault.

      There. Solved.

      --
      Any sufficiently advanced intelligence is indistinguishable from stupidity.
    14. Re:I don't see the stupidity here by Blakey+Rat · · Score: 2, Insightful

      Except you can already block all that with your web browser, if you don't like it.

      Why put undue burden on site owners when cookie blocking features *already exist* in every browser out there? That's why this law is retarded-- not because of the intention (which I also kind of agree with, to an extent).

      If the EU is really concerned, they could pass a law against third-party cookies. This would remove most of their concern, without unduely affecting site owners. (Most, if not all, ad networks and analytics packages already allow for this usage.) Or they could pass a law saying that cookies must contain *only* references to a secured database, and no personal information in plain-text. That would also make sense.

      What they have here? Makes no sense.

    15. Re:I don't see the stupidity here by schon · · Score: 2, Insightful

      If I assume that watching ads is the payment for content

      Why would you assume something so obviously wrong? As is so often quoted here, in advertising viewers are the product being sold. The payment comes from the advertiser.

      I assume this is tounge in cheek and I don't have to go into the problems with the premise?

      Yes, it is tongue-in-cheek, but it *does* have a subtle point behind it - either web advertising is undervalued, or print/TV advertising is overvalued. If print/TV advertising is overvalued, don't you think someone might have noticed by now? That leaves... web advertising being undervalued, which leads you to ask "why"? It's pretty obvious that it would be because the focus is on user tracking.. as that's the metric that receives the most focus.

      Think about it: How many TV or magazine advertisements are valued on how many people immediately stop what they're doing and buy the product? How much is TV advertising worth? Magazine advertising? Web advertising is the only one that does this large-scale. It's also perceived as the one with the least value. You believe this is mere co-incidence?

    16. Re:I don't see the stupidity here by Man+On+Pink+Corner · · Score: 2, Insightful

      Why is it that important to not see the same quote again?

      Why is it so important to you that the government be involved in this decision?

  3. I RTFA and don't find it to be all that bad at all by Anonymous Coward · · Score: 3, Interesting

    I don't see the problem at all.

    If you are running an Amazon affiliate program you should have no problem telling your users that by clicking on the link to the product you are recommending that you get a portion of the sale. If you can't admit to that, then you aren't being honest with your users.

    Likewise with Google Analytics. What's wrong with telling your users that you want to track how they access your site so you can improve it? Oh, there's the little bit about letting Google build up a profile on you. Well maybe someone will come up with an Analytics system that doesn't have a big brother behind the scenes.

  4. OK , so the first link... by Viol8 · · Score: 4, Interesting

    ... is to an old slashdot story which even says the initial write up is wrong and it has a link to a yahoo story which no longer exists. Come on guys , I know this is slashdot but try a little feckin harder for gods sake.

    1. Re:OK , so the first link... by Java+Pimp · · Score: 2, Funny

      Seriously? That discussion was from just "a couple of weeks ago."

      Either that or the submitter must have came in close contact with a micro-black hole...

      --
      Ascalante: Your bride is over 3,000 years old.
      Kull: She told me she was 19!
  5. Cookies? They is not necessairy, no. by Anonymous Coward · · Score: 4, Insightful

    Since we're talking statistics, the largest problem is understanding. Most people don't. Maybe that's why people prefer to use external tracking services instead of using the information already on their own website: The access logs. Otherwise I really don't see why you'd use them. No, it won't get everything, but it _will_ give you general trends. And with a large enough sample those trends will be obvious enough.

    Plus, all this focus on ``user experience'' gave us dancing rodents and several big fat stacks of proprietary, closed, and platform-dependent stupidity of the likes of flash. The most prevalent user experience therefore has to be ``confused boredom''. And in a score or two years, bitrot has ensured all that crap stays lost forever. That's a definite boon, but not good for general archiving, and therefore a problem.

    My core concern with websites is what content they have to offer, and if I can't find it, I'm gone. Flash? bye-bye. Confusing layout? Two more clicks and I'm gone again. A sitemap? Click on it and search for a couple keywords. Nothing? Ciao! And so on, and so forth.

    ``User experience'' is overrated. Focus on the message; write it for me and not at me, make it easy to find, easy to flip through, easy to search, easily available. And for that, you really don't need cookies, and you especially don't need and therefore shall not require javascript, java, or some other proprietary plugin.

    If you want to track your users, all you need is a small shell script to connect requests, referrers, and timestamps together and you'll have more info than you could possibly need already.

    1. Re:Cookies? They is not necessairy, no. by tnk1 · · Score: 4, Insightful

      If you don't understand why third party tracking is used, then you don't understand running a website with any appreciable advertising revenue. We don't use third party tracking to fix our web servers or for internal trending, we use those numbers to sell ad space. Advertisers are not going to believe you when you say that you get X amount of hits based on your web logs.

      User experience can also be tracked in that way, of course, and certainly if the third party tools are well built, our user experience groups can use that data, but that is not why we spend the money on third party tracking.

    2. Re:Cookies? They is not necessairy, no. by D+Ninja · · Score: 2, Insightful

      make it easy to find, easy to flip through, easy to search, easily available

      ...so...provide a good user experience?

  6. The time has come...end them. by gx5000 · · Score: 4, Insightful

    "to know how people are accessing the sites so they can work out how to improve the experience for the user."

    Oh please, pull the other one....we all know what cookies are ultimately used for.
    Don't even try to feed us that line that this is needed for "proper feedback"
    This isn't the 90's anymore....

    --
    End of Line.
  7. Why exactly is an issue? by DavidChristopher · · Score: 2, Insightful

    From one of the linked articles:

    Here's what's coming. The now-finalised text says that a cookie can be stored on a user's computer, or accessed from that computer, only if the user "has given his or her consent, having been provided with clear and comprehensive information".

    An exception exists where the cookie is "strictly necessary" for the provision of a service "explicitly requested" by the user – so cookies can take a user from a product page to a checkout without the need for consent. Other cookies will require prior consent, though.

    ~The Out Law Blog

    So- some websites will have an EULA page. Big deal. Actually, that's not at all a bad idea now is it? So why all the hoopla?


    (Note: The originally linked slashdot post linked a Yahoo News article that's no longer valid).

    --
    http://www.bistolas.net
    1. Re:Why exactly is an issue? by jonbryce · · Score: 3, Insightful

      The site may have an EULA, but you still can't present cookies to the user until he has had a chance to read it and decide to either agree to the terms or go elsewhere. At the moment, you get a cookie when you first visit the site before you get a chance to read anything.

    2. Re:Why exactly is an issue? by noidentity · · Score: 2, Insightful

      The now-finalised text says that a cookie can be stored on a user's computer, or accessed from that computer, only if the user "has given his or her consent, having been provided with clear and comprehensive information".

      The web server says "hey, here's a cookie you can store for me, if you like, and send it back later to assist me. Do with it as you please." The user's browser either ignores it, or later sends a copy. If this isn't consent, I don't know what the hell is. So the HTTP protocol itself already ensures that all websites are compliant.

  8. Cookie consent at browser level? by RevWaldo · · Score: 2, Interesting

    Couldn't browsers be made "EU-compatible" and give users a settings checkbox that says (more or less) "I either don't care about cookies or I'm perfectly comfortable dealing with them on my own (either with plugins like CookieCuller or manually.) Bring 'em on!"? Or doesn't the new law allow that?

  9. Do We Really Need Cookies? by ObsessiveMathsFreak · · Score: 4, Insightful

    There are in fact still people who refuse to allow cookies, and there are still browsers like lynx that require explicit confirmation from the user before they accept them(In fact, the directive does not ban cookies. It simply mandates the default behavior of lynx.). Ask yourself; what can be accomplished with a cookie that can't be accomplished using alternative mechanisms. Try thinking outside the box you've been in for the last 15 years.

    Let us be frank. Cookies have been abused. Horrendously abused. Private companies have tagged, tracked, and stalked billions of people. We have allowed terabytes of data on the lives of everyday people to fall into the hands of completely unscrupulous entities. The information held by even smaller marketing outfits would 20 years ago have seemed like a treasure trove to organizations like the Stazi and the KGB. Does the fact that such information is akin to that desired by secret services mean that the collection and indexing of this information is inherently wrong? No; but it is a big hint that it probably is.

    The EU may have blundered here, throwing the baby out with the bathwater. But I think their basic motivations were very admirable. As out lives move more and more onto the net, we cannot accept the current status quo of companies like Google, Yahoo, Microsoft and the rest being allowed to do as they please with data on other people. The Despite the unworkable nature of the law, the EU is moving in the right direction on this.

    --
    May the Maths Be with you!
    1. Re:Do We Really Need Cookies? by SharpFang · · Score: 3, Insightful

      Ask yourself; what can be accomplished with a cookie that can't be accomplished using alternative mechanisms.

      Semi-permanently modifying the page to the user's desires without server-side intervention.

      Yes, it can be done server-side, using IP tracking, login and so on. But they require actual CGI to run and generate content, instead of the HTTP layer spitting out "Cache HIT" on page content and static Javascript.

      Users hate registration, and IP tracking is useless with dynamic IP (there are ISPs that change it once a hour). But even then, you just have to do server-side work that would be better done client-side simply because servers cost. I've been working with a big IT/Portal/News company that had a big farm of servers that was at 80-90% of its load at all times. If not cookies combined with tons of static content kept client-side in browser caches and in a squid layer protecting the farm, refreshing the content of each page maybe once in 15 minutes vs ~1000 hits/second, we'd have to maintain about 2-3 times as many servers. And that would move us from "quite profitable" to "generating losses".

      --
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    2. Re:Do We Really Need Cookies? by sdiz · · Score: 2, Informative

      Yes, it can be done server-side, using IP tracking, login and so on.

      One word: NAT.

    3. Re:Do We Really Need Cookies? by Enleth · · Score: 3, Insightful

      How do I implement sessions without mangling all the local URLs in the output (which is seriously non-trivial and poses its own problems, also with security and privacy), yet without the use of cookies?

      --
      This is Slashdot. Common sense is futile. You will be modded down.
    4. Re:Do We Really Need Cookies? by salesgeek · · Score: 3, Insightful

      Regulating tools doesn't work. Regulating behaviors does. When governments try to regulate technologies, they usually focus on the tool instead of behavior with asinine results. It would be much easier to simple:

      Outlaw the practice of collecting marketing information without the express permission of the person being collected, at the time the data is collected. Make it clear there is no "blanket" opt-in possible under the law.

      Make it a civil tort with a big statutory fine (say something around $10,000) to skirt this so lawyers would go after abuse on contingency.

      It's not that hard, but we have to help lawmakers better understand the difference between tools and behaviors.

      --
      -- $G
    5. Re:Do We Really Need Cookies? by tkinnun0 · · Score: 2, Insightful

      Ask yourself; what can be accomplished with a cookie that can't be accomplished using alternative mechanisms.

      Let's use URL rewriting. My friend shares a photo from their private album with me, I post a link to it on Twitter and the next thing I know half the world has my session id.

  10. Cookies to store user variables by justfred · · Score: 2, Insightful

    Cookies are often used to store user variables when they go from one page to another - patching holes the stateless web protocol forces on the user experience. Session or server-side variables may also be used for this, but that's more work for the web designer, who usually is up to his neck trying to support different versions of IE misbehavior.

    Sites I've worked on have never used cookies to send back personal information, but they have used them to improve the user experience.

    1. Re:Cookies to store user variables by alta · · Score: 2, Insightful

      You forget, /. is overrun with out of work idealists that just want to 'hate the man'. They have no interest in the problems of a working developer.

      --
      Do not meddle in the affairs of sysadmins, for they are subtle, and quick to anger.
    2. Re:Cookies to store user variables by SharpFang · · Score: 2, Insightful

      Server-side variables are primarily more work for the server, which has to re-run the script instead of informing the content didn't change and can be retrieved from the browser cache (and modified client-side according to the cookie).

      --
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
  11. reasonable by J-1000 · · Score: 4, Insightful

    This doesn't sound "breathtakingly stupid" to me. It's debatable. Maybe it's "breathtakingly stupid" that it slipped through without notice, but if we are talking about what's right and what's wrong, it can be argued (and often is, I'm sure) that one should expect to have privacy in regards to their browsing habits*. The fact that it negatively impacts businesses should be irrelevant, if we are talking about protections for the individual.

    * Yes, you can turn off cookies from the user end, but laws are sometimes there to protect people who don't know any better, and there are a *lot* of them in this case.

  12. Re:I RTFA and don't find it to be all that bad at by oliderid · · Score: 2, Insightful

    They are also used by most PHP based web sites using the session feature.

    What's the point to ask:

    sessionID=zaFgGG13sddf.34ciuoy

    Do you agree [Yes] [No]

  13. Re:I RTFA and don't find it to be all that bad at by TheSunborn · · Score: 3, Insightful

    The problem is you need to show the user the text before they can view your website. Just imagine you are using google to search for something and once you click a link, you end up not on the content you expected but on a

    "We use cookies to track users in the following ways, blah blah blah. Is this okay with you"

    That would suck so much.

  14. Re:I RTFA and don't find it to be all that bad at by MoralHazard · · Score: 5, Insightful

    Yeah, total agreement, here. This stupidly transparent, self-serving quote says it all:

    "...but they is vital for websites to know how people are accessing the sites so they can work out how to improve the experience for the user."

    User experience? WTF? Sorry,but the only reason you need invisible-to-the-user cookies is so you can monetize them without them realizing just how much privacy/anonymity they're giving up. Because that might give users pause before they accept your cookies, if they had an informed choice.

    And everybody here knows that. The quoted jackass in TFS is just trying to make his industry look like a victim, to drum up support from civil-liberties sympathizers on Slashdot. Too bad we're not that dumb...

    As an employee of the advertising industry, I have zero problems with monetizing Internet traffic, or with using cookies to track user behavior, etc., etc. But I hate liars, and I hate people who try to manipulate me.

  15. All cookies are always used with consent. by Anonymous Coward · · Score: 5, Insightful

    Now, what else are cookies used for, that consent should not need to be given for?

    This is an irrelevant and distracting question, because cookies are always used with consent.

    A web server replies, in response to a request initiated by the user, with a header that says, "Here's a little piece of information and I hope you pass this back to me on subsequent requests."

    The user's agent -- software chosen by the user to do whatever it is that they're trying to do -- sees this completely advisory information and decides, perhaps even with a confirmation dialog with the user (or not, if the user has decided that they usually want the same behavior every time without getting bothered), to store this information. And then it decides to pass this information with the next request.

    The entity the user is communication with, ultimately has no choice about whether or not the user really does this. It's all up to the person who is using the browser. Or, in very old browsers that don't have dialog preferences for cookies, it's all up to the browser's author, to whom the user decided to defer to when they install the software.

    Cookies don't do things. Users do things with cookies. Servers reward users for deciding to send the cookie.

    If you have chosen to transmit cookies, take responsibility for your decision, instead of crying to the government and demanding that cookies never be offered to you.

    1. Re:All cookies are always used with consent. by Jon_S · · Score: 2, Informative

      My browsers ask me. Maybe you don't use IE or Firefox?

    2. Re:All cookies are always used with consent. by Rockoon · · Score: 2, Informative

      Firefox, Internet Explorer, and Opera can all be configured to do this. I suspect that Safari can as well, with maybe Chrome not doing this (because it has so few features.)

      --
      "His name was James Damore."
    3. Re:All cookies are always used with consent. by natehoy · · Score: 4, Informative

      What browser do you use? IE, Firefox, and Opera all have a very simple user setting that you can turn on. It's off by default, but is really easy to turn on.

      The instant you do, you'll be asked every time a site wants to set or use a cookie. With most of them you can even differentiate between first- and third-party cookies (so cookies that originate from the site you are visiting can be tracked differently from cookies that originate from other sites). Once a site has been asked about, most browsers allow you to choose between four functional options (they are presented differently in each browser):

      1. Yes, and always allow cookies from this site or domain without asking.
      2. Yes, just this once.
      3. No, just this once. Ask me again next time.
      4. No, and never allow cookies from this site or domain again, and never ask me again.

      Actually, you owe it to yourself to turn this feature on, if only for a short time before the popup warnings drive you insane. It's a real eye-opener as to how much cookies are used on the Web today.

      Ideally, all browsers would come with this set on in the beginning, with a large prominent button that said "never ask me this again - by pressing this I give my browser permission to gobble down all the delicious delicacies it wants". EU happy, users happy, trackers happy. And for those who really, REALLY care about tracking cookies, well, don't push the button.

      --
      "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
    4. Re:All cookies are always used with consent. by DavidTC · · Score: 2, Informative

      A better, and more useful, solution is to use CookieSafe in Firefox, or the other extensions that do the same thing.

      It bans all cookies, without prompting, but you can turn them on per site.

      After a few times, you learn to automatically think 'I wish to register for an account at this website, I will enable cookies for it first' and click the icon and Allow the site.

      Also you can override websites only set per-session ones for websites that 'need' them but really shouldn't, like sites that keep track of what 'page' you're on via them.

      --
      If corporations are people, aren't stockholders guilty of slavery?
  16. Re:I RTFA and don't find it to be all that bad at by BlueWaterBaboonFarm · · Score: 4, Insightful

    Even if it seemed reasonable, give it a week or two and most would hastily click 'agree' without reading. It would be like UAC in Vista, not the worst idea at the core, but the poorest possible implementation.

  17. Re:Michael by whencanistop · · Score: 2, Insightful

    Personal data almost always isn't stored on cookies. You give your personal data to a company. They probably don't even link that data up with what you do on the website via cookies. If that company then sells that information on to someone else or uses it for reasons that aren't ethical, that isn't down to cookies. That is down to the company being crap.

  18. Kudos for refuting your own argument by Anonymous Coward · · Score: 2, Interesting

    Yes, grocery stores can match bank accounts and stuff. Reason why I pay cash and object vehemently to the "trend" where the combined stores are waging a vendetta against cash and are already trying to require use of electronic and therefore trackable means. All in the name of "safety" of course. Bunch of underhanded jackassholes.

    Thing is, there exist alternatives for cookies, too. Only, you'll need access to the webserver to get the logs and that makes it much harder for third parties to gather the data. There was this trend, maybe it still exists, where sites required cookie acceptance. So I accept them all and safely store them in /dev/null. No ``user experience degradation'', heck, no discernible difference. Coincidence? I Think Not.

    1. Re:Kudos for refuting your own argument by alta · · Score: 3, Insightful

      BTW, we give discounts to customers using affiliate links. We WANT our affiliates to be profitable, if they aren't, we aren't. So we prefer that a customer goes through an affiliate. No cookie? No discount.

      I guess you'd prefer we stored it all in the query string and pass it from page to page? Guess what,that's where we're headed. That, or every link becomes a POST.

      --
      Do not meddle in the affairs of sysadmins, for they are subtle, and quick to anger.
    2. Re:Kudos for refuting your own argument by wvmarle · · Score: 3, Insightful

      The affiliate part can be argued to be necessary for user experience, and as such exempted. The cookie is a necessity to carry on the information that the user is expecting you to carry on in his/her behalf to/from affiliate sites.

      E.g. I read a book review on your site, you say "it's available on Amazon, to order click here", then when clicking said link I would not expect any less than to go to Amazon to the page where that book can be ordered. And to get that promised affiliates discount Amazon has to know where I come from.

      So nothing much to worry about for you under the proposal afaict.

  19. Indeed, this isn't the '90s anymore by schnablebg · · Score: 5, Informative

    Indeed, this isn't the '90s anymore. We have technology that allows us to better target advertising and better track our business. Why legislate ourselves back to the days of broadcast advertising and a stateless web? And to those who say to use log files for analytics, you have to be kidding me. You obviously don't run a website.

  20. A few bad uses = all bad? by Cogneato · · Score: 2, Interesting

    There seems to be an assumption that cookies are almost entirely used for evil tracking of website visitors. People have brought up shopping carts and logins, but there are many, many other relatively minor uses for which cookies are useful. Are we to provide you with a disclaimer every time we want to make sure some little setting that you have clicked "sticks" as you jump between pages? Yes, there are other tools to do this job, but cookies are also a specific tool for a specific job.

    I find it interesting to hear many people claim the evils of cookies are so bad that they need to be outlawed, when in the end, it is the user's choice if they want to accept them. Isn't this akin to saying that we need to ban content on television or the internet because sometimes it could be used for evil? If you can use the argument of "just turn the channel" or "just don't go to those websites" in those cases, then why isn't the same argument good for people to just turn off cookies? If enough people do that, then the web developers will use a different tool to get the job done, and cookies will fall by the wayside. You have an "off" button on your cookies. If you don't like them, then use it.

  21. Are there any paranoids in the audience tonight? by kimvette · · Score: 3, Insightful

    I know most of you guys hate cookies in general,

    To quote Roger Waters: "Are there any paranoids in the audience tonight? Is there anybody who worries about things? Pathetic. "

    Seriously. Not "most of us" hate cookies. A paranoid few do.

    If it weren't for cookies, this site wouldn't remember my login. Google apps wouldn't work well. The browser would not retain my per-site preferences.

    I rarely ever clear cookies.

    --
    The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
  22. They are a sometimes food. by AP31R0N · · Score: 2, Funny

    Om nom nom nom nom nom nom nom!

    --
    Utilizing the synergization of benchmark e-solutions to pre-workaround action items!
  23. Load Balancing by diamondsw · · Score: 2, Insightful

    Cookies are used to keep track of a user's session, especially when it crosses a load balancer and gets sprayed to any number of identical servers. Without the cookies, there is no way to keep your session on a consistent web server throughout a session. Remember things like "www3.netscape.com"? Cookie-based load balancers are what fixed that situation.

    Yes, cookies are abused by advertisers, but quite frankly, I don't give a damn if a site wants to use them to follow me on their site. They DO use them to see which products are popular, what items are considered together - valid data that lets them make business decisions. I know from working with web design firms that they can be used to track flows through a site and tell what parts of navigation are difficult, and if users are missing the "intended" way of using a site.

    There are lots of valid technical uses for cookies. I've never understood why they're vilified. It's a tiny chunk of usually random/hash data that's put on your computer by the remote site. Why should you care if they then retrieve it? The only objectionable use is cross-site cookies used by advertisers, and most decent browsers let you disable that class of usage, but not the rest.

    --
    I don't know what kind of crack I was on, but I suspect it was decaf.
  24. Re:Are there any paranoids in the audience tonight by Dunbal · · Score: 3, Insightful

    If it weren't for cookies, this site wouldn't remember my login.

          But then again, having a site "remember you" between sessions is a security risk. I mean ok, who cares if your brother starts trolling people with your slashdot account if he comes over for the weekend... but just the concept. You know, you CAN provide unique service to someone using a login, session ID's and designing your website with the appropriate GET/POST commands. Admittedly it is a LOT more work for the web designer, but far more secure than cookies. However you guarantee that the session "expires" the minute you close the web browser.

    --
    Seven puppies were harmed during the making of this post.
  25. This is pointless by alta · · Score: 2, Insightful

    Ok, no cookies. Poor me. You're just making it more difficult, but there are ways around it.

    1. The malware and other scrupulous sites you hate so much... They wont obey your rules.
    2. I hope you enjoy long query strings, because everything is going to be passed from page to page.
    3. If you don't, expect every link to become a javascript POST.
    4. You'll be required to create an account a lot more often so we can store everything server side and restore to SESSION variables when you return.
    5. And expect a lot of free content sites to go belly up. No cookie, no revenue.
    6. What percentage of sites these EU customers visit are hosted outside the jurisdiction?

    --
    Do not meddle in the affairs of sysadmins, for they are subtle, and quick to anger.
  26. Hey Government: LAWS ARE NOT FOR FIXING TECH by salesgeek · · Score: 4, Insightful

    Why do government people think that passing laws like this can fix a problem that is fundamentally a technology problem? The problem is that when lawmakers focus on tech, they often focus on regulating the tool instead of regulating behavior. So you get situation like this:

    Trigger: People are killed with a hammer.
    Response: Ban Hammers.
    Unintended consequence: Entire construction industry out of business, everything falls to disrepair, screw industry explodes, scarcity of hammers lead murders to switch to using rolling pins.

    In this case, the issue is user privacy. Regulating cookies does little other than break the web which is in many ways cookie dependent for many different dynamic interactions between applications on servers and browsers. So, you break the internet, reduce security, and move advertisers to using something that's not a cookie to tag visitors with (lots of ways to accomplish this).

    It's that old guns don't kill people, people kill people thing.

    --
    -- $G
  27. Transparency is the name of the game by houbou · · Score: 2, Insightful

    The reason this has come to the extreme is simple. If a website / web app uses cookies, it should clearly state so in it's disclaimer / privacy policy in such a way that people who visit the site should be able to know exactly what information is being taken from their visit by the website. If this was done upfront and in an honest fashion, this issue simply wouldn't be. As it is, many websites either keep this info in a generic way or just plain omit it. Now I'm not talking about fishing/scam websites, of course. These make the issue even worse. So now, cookies are being managed through legislation.

  28. Re:I RTFA and don't find it to be all that bad at by tomhudson · · Score: 2, Informative

    You can use php sessions without cookies. Search for "php sessions without cookies". It's all there. And turn in your programmers' card because you didn't know something as basic as that.

  29. This is for THIRD party cookies only by american_standard · · Score: 3, Interesting

    If you're site is using cookies, no problem - this directive isn't going to affect you. If you're site loads third party cookies then this is what this law is addressing. There are legitimate uses for third party cookies, and your users will have no problem recognising and understanding those uses and probably consenting to the cookie. I'm guessing you're only going to be concerned if you're loading some advertising, affiliate stuff that you'd rather the user didn't know about. And check your logs - all those none IE visitors can already disable third party cookies easily in the browser preferences. If you're site, or revenue relies on using technology from the 90's then the EU is the least of your problems...

  30. Horrible summary by mea37 · · Score: 2, Informative

    Submitter apparently is counting on /. readers to not follow links but merely form opniions from TFS. This is presented as though it were a list of blogs bashing the new law from all angles... but in reality:

    - The first link is to an old /. entry. TFS from that entry has an update acknowledging that the summary write-up is wrong and encouraging readers to RTFA, but its article link is broken.

    - The 2nd link is to a blog hostile to the law. Its writing style clearly shows bias. It is light on facts or citations to authoritative references, and heavy on assumptions about how to interpret the law.

    - The 3rd link is to another blog disagreeing with the interpretation from the blog in the 2nd link, and saying that the law doesn't really look that bad. ...and at that point I gave up. This information just isn't important enough to me personally to justify continuing to navigate a dishonest compilation.

    Here's an idea for future attempts: how about a link to the damned law?

  31. Read the actual text, not the FUD blog posts by Anonymous+Brave+Guy · · Score: 5, Informative

    You can, could, and still will be able to block cookies in your browser, so whatever web site operators are doing with them, it isn't going to affect your privacy or "trackability".

    Unfortunately, that isn't really what happens.

    For example, many sites now use local shared objects ("Flash cookies") to store data, rather than regular cookies. No mainstream browser controls these by default, so even if you have disabled all cookies in your browser's privacy settings or asked to clear all your private data, LSOs will still work. Moreover, use of LSOs is often not even mentioned in a site's privacy policy; even big-name sites like YouTube have been offenders in this respect. Moremoreover, the way to disable these little buggers in Flash is hidden in a settings dialog that most users wouldn't even know to exist.

    Maybe I'm crazy, but I don't see how failing to disable something that is being used to do something you never asked for, which you don't know is happening, via an obscure dialog you don't know exists, can constitute implied consent, particularly if you've explicitly disabled all similar functionality that is presented in your browser's UI.

    I can't decide whether this is Brazil-style bureaucracy galore, or Eastern Standard Tribe-style anti-productivity warfare.

    Neither, it's basic privacy protection, and as far as I can see it's long overdue and a good thing. Why should we support out-opt monitoring rather than opt-in, just to make life easier for those who want to produce targeted advertising and affiliate blogspam?

    If you have a legitimate need to use cookies, for example to help a user with a shopping cart or remember they've logged into your forum, then there will be no problem stating clearly at the point that they start to use these facilities that a cookie will be set for that purpose. If you manage to wade through all the FUD blog posts and find the actual wording we're talking about here (you'll want article 2, clause 5, on page 76), you'll notice that this does not require UAC-style dialogs or 'screen after screen of "permissions" to continue'. In fact, there is even wording saying that the new rule doesn't apply in cases where the user has explicitly requested a service that needs to store cookie-like information to function properly.

    --
    If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
  32. Re:I RTFA and don't find it to be all that bad at by amicusNYCL · · Score: 4, Insightful

    Passing a session ID around in the querystring has more severe security implications than storing the session ID in a cookie. You can't link your friend to your cookie.

    --
    "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
  33. Re:I RTFA and don't find it to be all that bad at by alteran · · Score: 2, Insightful

    The approach is completely backwards. They're hampering all uses of a given technology, when what they want to control is bad behavior. It's like banning/limiting hammers because a fair amount of people tend to buy hammers and then hit people over the head with them.

    The legitimate hammer users get hampered. The head bashers buy mallets.

    The correct solution to the absurd hammer example here is to make hitting people over the head illegal.

    The correct approach to information collection abuse would be to make collecting information subject to regulation. As numerous people have already pointed out, you don't need cookies to track people and collect information-- the well-financed information industry can get around this dumb rule trivially.

    --
    Who is RTFM and when will he help me with Unix?
  34. Re:I RTFA and don't find it to be all that bad at by MikeBabcock · · Score: 2, Interesting

    As an employee of an advertising company, your usage knowledge is biased in that direction. As a long-time web designer who does not try to monetize most of my offerings, I use tracking cookies to simplify site design and to understand how users navigate and help them save preferences on those sites without asking them stupid questions like Windows Vista.

    --
    - Michael T. Babcock (Yes, I blog)
  35. Re:I RTFA and don't find it to be all that bad at by whencanistop · · Score: 2, Interesting

    Thanks for the personal attack. Really appreciated it.

    You do not make websites better by guessing what the user wants. Your own slashdot website probably has someone who looks at what people do, looks at how many people comment and generally advises on which are the most popular links. This helps them work out which stories are interesting to you and not a load of garbage. It also helps them work out what tags submissions should be grouped together based on the likelihood of users to read certain types of submissions.

    Using cookise for advertising is completely different. You're using your cookies to make sure that either the money you spend gives you the biggest return (ROI). You're thinking about this the wrong way around though. You're thinking from your perspective as an advertiser (or someone who works for one). I, as a user, want to be able to click on ads of things I want to buy. Your job, as an advertiser of things I want to buy is to give me those ads at the right time and in the right place. You can't make someone buy something they don't want to. You can make it a lot easier for them so they don't get psised off and go to your competitor.

  36. I totally agree with the EU legislation. by JustNiz · · Score: 3, Insightful

    firstly, its not all cookies, just those that are not directly related to the operation of the site the user went to.

    That means this regulation is mostly attacking tracking cookies.

    When I went to my favorite site, I never gave anyone called "fastclick" (or whoever)permission to store their stuff on my PC. Nor would I ever give them or anyone else permission to track my surfing habits, yet they are doing it without ever having asked or even informed me. This is a privacy issue.
    I totally agree with the EU legislation.

  37. The only breathtakingly stupid thing by theolein · · Score: 2, Informative

    I think the only breathtakingly stupid things here are Kdawson and Timothy, who both seem to have never read Slashdot before, despite being editors.