Slashdot Mirror


EU May Outlaw Cookies

Millennium writes: "According to Yahoo News, The European Commission is considering a privacy directive which, among other things, completely bans the use of cookies. Forgive me for saying so, but considering all the legitimate uses of cookies, isn't banning them outright going just a bit too far?" Update: 10/31 19:21 GMT by M : The submitter's write-up is wrong. Read the story. Keep in mind, as usual, that a "news" story whose sole source is an executive with an agenda to push is unlikely to portray the situation accurately.

287 comments

  1. maybe not but... by esoteric0 · · Score: 1

    at least some places are taking a serious interest in privacy.

    1. Re:maybe not but... by Bobo+the+Space+Chimp · · Score: 1

      I say we ban the EU Federal Government instead.

      --
      I am for the complete Trantorization of Earth.
    2. Re:maybe not but... by Kharny · · Score: 1

      Stupid american, the EU doesn't have a federal government.... We are not a country but several nations cooperating.

      --
      Make a man a fire and he will be warm for a day, set a man on fire and he will be warm for the rest of his life
  2. cookies by ZaneMcAuley · · Score: 1

    Well then that would break my Yahell Mail sign in, Slashdot signin, hotmail sign in. What would work without session cookies?

    Sure, block illegitimate use of cookies. What other mechanisms do we have? Passport?Does passport use cookies too?

    --
    ----- Whats wrong with this picture? http://www.revoh.org:1234/whatswrong
    1. Re:cookies by VA+Software · · Score: 1, Informative

      Does passport use cookies too?

      Yes it does.

      See, for example, KB article Q299495

      --

      ---
      http://slashdot.org/moderation.shtml
    2. Re:cookies by ChaseTec · · Score: 1

      > What would work without session cookies?

      Everything that's written correctly, session don't have to rely on cookies. The other most commond method is url rewritting. The only thing that cookies provide is a quick log on method. And it lets sites track you :)

      Session information could and should be keep on the server.

      --
      My Hello World is 512 bytes. But it's also a valid Fat12 boot sector, Fat12 file reader, and Pmode routine.
    3. Re:cookies by mcramer · · Score: 2, Interesting
      Everything that's written correctly, session don't have to rely on cookies. The other most commond method is url rewritting.

      Ugh. Please. URL rewriting is about as ugly a way to track sessions as I can imagine. Yes, it works. Yes, it works without cookies. But as soon as people start emailing links to other people, it all goes to hell. I've been there, I've done it, and I won't do it again.

    4. Re:cookies by Anonymous Coward · · Score: 0
      Yeah thats a bigger privacy issue that cookies. E-mail them all my session info? No way.

      As far as tracking goes, websites would give up on cookies and move to tracking by machine ID which the browser will return. Then to "clear" your tracking info you would have to reinstall the browser, wow thats a big step forward :)

    5. Re:cookies by Anonymous Coward · · Score: 0

      There's another way, and it's been on Slashdot in the past couple of years. Beware though, as I believe the reason it got mentioned was that it was Yet Another Evil Patent(tm).

      The premise: have a wildcard A record in your domain, then kick your users to http://magic-cookie-here.whatever.domain.com/. All of your relative links still work, and you get to use the "hostname" as the session-ID variable.

      You don't have to rewrite any relative links inside your web site, and you don't have to run anything magical to tack on &sid=... or whatever. You just have to be clever with parsing the host name where it matters.

    6. Re:cookies by GunFodder · · Score: 1

      URL rewriting only works for one session. Each time someone revisits a site they must reidentify themselves to get their session information. So I would have to logon to Slashdot every time I visited this site to identify myself.

    7. Re:cookies by Anonymous Coward · · Score: 0

      And the problem is? Unless you're extremely lazy, it doesn't matter. You used to have to login to BBS's every time you called them. You also have to login to BSD or Linux every time.

      This is why software is going to shit, people are getting too fucking lazy.

    8. Re:cookies by ChaseTec · · Score: 1

      > URL rewriting only works for one session.
      So does a session cookie.

      There is a big difference between session cookies and just cookies. In most cases a session cookie is never even written to disk. If it was that would be a security hole. Most of the cookies stored on you hard drive are just there to say "It's me again" to a website and let us be lazy about logging in or let the site track our usage.

      --
      My Hello World is 512 bytes. But it's also a valid Fat12 boot sector, Fat12 file reader, and Pmode routine.
    9. Re:cookies by ChaseTec · · Score: 1

      > Yeah thats a bigger privacy issue that cookies. E-mail them all my session info? No way.

      :) lol
      So you are either:
      a) Mailing someone a link in your bank statement (ie:dumb)
      b) Mailing them a link to some place like /. and they might find out you have JenniCam turned on :)

      Even with cookie session tracking the server should always expire the session, use unique session numbers, and track with more info, possible ip address. So sending a rewritting url to someone or copying cookies should have the same effect, no session for you!-)

      --
      My Hello World is 512 bytes. But it's also a valid Fat12 boot sector, Fat12 file reader, and Pmode routine.
    10. Re:cookies by Anonymous Coward · · Score: 1, Insightful

      Your browser can remember logins for you without opening a hole for websites and adtrackers to collect information about your surfing.

    11. Re:cookies by lordvolt2k · · Score: 2, Insightful

      > Session information could and should be keep on the server.

      Session information IS kept on the server. All that is placed in the cookie for a session is your session identifier, a random but unique string. If this string is placed at the end of a url, then everything goes all to hell, because if someone logs in, then sends that url to their friend, then that person is also logged in as the first person, and hence a much bigger problem than cookies.

      I wish I could find the zealots who proclaim that cookies are so evil. I had to give a whole presentation on what cookies are and what they aren't to this university just to build a PHP app that used sessions!

      I guess, we could really inconvienience our users by having them log in each and every time they want to do something....

      Again, legislating or litigating away technological progress isn't going to help anything.

  3. Browser... by arson1 · · Score: 1, Redundant

    Since just about every major browser allows you to accept/deny/view/modify/delete coolies... what's the big deal? Banning X10 ads... now that's something worth considering.

    --


    --
    Don't sweat the petty things, and don't pet the sweaty things.
    1. Re:Browser... by darkonc · · Score: 2
      Unfortunately, when you set netscape (4) to ban all cookies, it removes the cookie file so when you get to a site where you want to use cookies, you have nothing to send.

      On the other hand, if you have cookie notification set, then some sites have so many cookies that you spend 15 minutes clicking on cancel before you can get around to seeing the page (or even hitting the 'stop' button.)

      I think that it may be appropriate to make it illegal to use cookies other than associated with a user making an explicit choice/setting (like cliking on a purchace, or chosing to save password settings, etc.). That's what cookies were originally designed for.

      This would, at least, get rid of all those cookies associated with images, etc. that get sent by various add sites. That, I think, is what they are really trying to ban.

      --
      Sometimes boldness is in fashion. Sometimes only the brave will be bold.
    2. Re:Browser... by ichimunki · · Score: 1

      I would support a ban on cookies that don't come from the server of the main page I am looking at. That is, no more cookies from the site serving up the banner ad. Bye Bye Doubleclick.

      On the other hand, cookie handling in browsers like Konqueror is both efficient and offers fine-grained control. I've never once found it inconvenient to manage my "privacy" manually that way. (hmmm. I think I'll leave that unintentional pun in, just because it's a full moon tonight).

      --
      I do not have a signature
    3. Re:Browser... by Happy+Monkey · · Score: 2

      I would like a way to refuse all cookies for a specific page with one click. Currently, in IE, I have to make sure the page is in the right zone, while in Netscape I have to refuse EACH cookie individually. Perhaps a toggle on the button bar, for "Accept Cookies"...

      --
      __
      Do ya feel happy-go-lucky, punk?
    4. Re:Browser... by kz45 · · Score: 0

      This would, at least, get rid of all those cookies associated with images, etc. that get sent by various add sites.

      1) if you don't pay for a website, it's going to have ads.
      2) if a website has ads, wouldn't you rather see things that you are generally interested in (from your habits), rather than tampon or feminine itch cream ads? (im assuming you're a guy).

      The only reason ad companies would even have a reason to track you, is so they can get a better idea of what you might be interested in buying.

  4. not banned outright by brlewis · · Score: 5, Informative
    "Banning them outright?" Read the article before you post the article:
    The existence of such a technology, the amendment states, ''may seriously intrude on the privacy of these users. The use of such devices should therefore be prohibited unless the explicit, well-informed and freely given consent of the users concerned has been obtained.''
    1. Re:not banned outright by macdaddy · · Score: 3, Interesting
      "The existence of such a technology, the amendment states, ''may seriously intrude on the privacy of these users..."

      Then again binoculars and small video cameras 'may seriously intrude on the privacy...' of European people too. Are they going after things of that nature as well?

    2. Re:not banned outright by Bobo+the+Space+Chimp · · Score: 1

      > Then again...small video cameras may seriously
      > intrude on the privacy...' of European people too.
      > Are they going after things of that nature as well?

      God, I hope not! The omnipresent pole cameras in Europe provide my weekly entertainment on Max X.

      n

      --
      I am for the complete Trantorization of Earth.
    3. Re:not banned outright by Anonymous Coward · · Score: 0

      Only if you stick one of those video cameras in someone's house without asking, which is really what the equivalent of nearly all cookie use is, anyway.

    4. Re:not banned outright by matthewn · · Score: 1
      Update: 10/31 19:21 GMT by M: The submitter's write-up is wrong. Read the story. Keep in mind, as usual, that a "news" story whose sole source is an executive with an agenda to push is unlikely to portray the situation accurately.

      Who's this little sermon directed at? Could it be...timothy?

    5. Re:not banned outright by Xugumad · · Score: 1

      "Could it be... Chris?"

    6. Re:not banned outright by kinkie · · Score: 2

      It is a fact that here (Italy, EU) in front of banks and other buildings where video surveillance is used, signs stating the fact are appearing more and more often.
      Never mind that those cameras are usually plainly visible :)

      --
      /kinkie
    7. Re:not banned outright by angel'o'sphere · · Score: 1

      If you use it by night looking at your neighbours windows: yes.
      If you use it in the public, likely yes.

      BUT: in this case its just a camara, everybody sees you are wearing/using a camara.

      No one sees you are using a cookie.

      If you can not put (reliable) legal regulations on the singel use of a technology only banning it alltogether is an option, isn't it?

      E.g. in Europ we have in most countries restrictive gun laws.

      For the same amount of population (even higher: 320 millions versus some 270 millions) than the US, we have about 1% murders with guns like the US have.

      We see certain issues a bit different, so what?

      No US site will be fored to follow that proposal. And: in europe its liek in US, the polititians are not techies, so it takes some time to explain tehm what realy matters.

      Regards,
      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    8. Re:not banned outright by maxpublic · · Score: 1

      The higher murder rate in the U.S. as compared to most European nations has nothing to do with firearms. More than 90% of all murders in the States are committed with 'weapons of opportunity', e.g., blunt instruments followed by knifes (mainly steak knives from kitchens).

      The simple fact is that nearly everyone who commits a murder does so in a sudden fit of rage. They aren't thinking about anything at all other than bashing in the brains of the person in front of them. So they grab whatever's handy and go for it, *even if a gun is on the premises*. The gun is certainly more efficient, mind you, but efficiency isn't at the top of the list of the average person who commits murder.

      The presence of a gun has never been correlated with a higher murder rate (i.e., guns do *not* promote violence). Most murders are committed with non-firearm weapons even if a firearm is available. The murder and violent crime rate in the U.S. is *much* higher than most other First World nations, but the scientific, empirical evidence clearly shows that gun ownership has nothing whatsoever to do with it.

      In other words, Americans would murder each other with the same frequency as they do now whether or not guns were outlawed. It's not the gun, it's the American; and why, I don't know, since I'm an American and my people don't strike me as being a particularly violent sort on a person-to-person basis.

      Max

      --
      My god carries a hammer. Your god died nailed to a tree. Any questions?
    9. Re:not banned outright by Anonymous Coward · · Score: 0

      Man the yanks spew some self justification crap!

    10. Re:not banned outright by LarsG · · Score: 2

      Then again binoculars and small video cameras 'may seriously intrude on the privacy...' of European people too. Are they going after things of that nature as well?

      Just go right ahead and ignore the most important part of the amendment:

      'The use of such devices should therefore be prohibited unless the explicit, well-informed and freely given consent of the users concerned has been obtained.'

      So, video cameras or binoculars used for _surveillance_ could be illegal unless those watched give their consent.

      This privacy directive is supposed to make sure that personal information is not collected and (ab)used without the knowledge and/or consent of the people being tracked. This amendment only covers things like cookies - 'covert' digital tracking of use.

      This directive doesn't mean that the tourist standing on top of the Eiffel tower has to ask each and every pedestrian below for consent before he is allowed to take a picture. It does however mean that you have to ask for consent before you collect and use personal information.What's so terrible about that?

      --
      If J.K.R wrote Windows: Puteulanus fenestra mortalis!
    11. Re:not banned outright by TomV · · Score: 1
      Then again binoculars and small video cameras 'may seriously intrude on the privacy...' of European people too. Are they going after things of that nature as well?

      Video cameras are already covered by Data Protection legislation, so that if I have reasonable cause to believe I'm captured on someone's video camera, I am entitled to a copy of the tape within 30 days of my request. In the UK implementation at the moment I believe that the penalty for non-compliance is a criminal prosecution which can lead to 5 years on jail and a fine of up to UKP5000. The camera owner is permitted to charge up to a maximum of UKP10 to cover the costs of providing the tape.

      In short, that answer to macdaddy's question is Yes, they are.

      TomV

    12. Re:not banned outright by Anonymous Coward · · Score: 0

      Haven't you noticed Timothy can't read...don't you got that already?

    13. Re:not banned outright by Elbow+Macaroni · · Score: 0
      If they tell me I can't have cookies then that means I'll have to type in my username and password evertime to get my Yahoo mail?

      God they are stupid. Why are they passing laws on things they don't understand? They apparently just know enough to be dangerous.

      How about banning the spyware major corporations are putting out now instead? Oh, I know because the major corporations are above reproach right? Spyware Info

      Some of the companies putting out major spyware include:
      Copernic
      Real Player (but they claim they have stopped)
      Norton
      Macromedia
      Netscape
      Gator (one of the worst)
      Comet Cursor (the worst, they also put a stupid cursor on your computer, sometimes against your will)

      Cookies are not the problem. The real problem is Microsoft browser security holes and real spyware.

      --
      -------------------------------------
      Technically, we are beyond survival.
  5. But I like cookies! by smasch · · Score: 1

    But I like cookies... especially the chocolate chip ones! :-)

    Seriously though, if you really don't like cookies, you can disable them through almost any (if not every) browser. The only problem is that some sites require them in order to use the site. Can you log in to Slashdot without cookies? I haven't tried, but I'm pretty sure you can't. And if you could, you would have to log in again every time you start your browser.

    1. Re:But I like cookies! by ZaneMcAuley · · Score: 1

      my solution to that is clear the cookie cache. Log in, then BLOCK every cookie under P3 settings in the browser and u can still login until the cookie expires ;D the repeat ;D

      --
      ----- Whats wrong with this picture? http://www.revoh.org:1234/whatswrong
  6. Banning Cookies by Renraku · · Score: 1

    Banning cookies would be lame. Instead, they should make websites now with two methods of data tracking. Something like cookies, and something else. Now-a-days, if you don't have cookies turned on, you can't do many things. This is just wrong. Its like telling people if they don't allow a camera crew to follow them around, they can't shop/use cars/live normally.

    --
    Job? I don't have time to get a job! Who will sit around and bitch about being broke and unemployed then?
    1. Re:Banning Cookies by Anonymous Coward · · Score: 0

      Its like telling people if they don't allow a camera crew to follow them around, they can't shop/use cars/live normally.

      Actually .. In not such a direct manner, this is how life is. How many stores do you go into that have surveillance cameras? The web sites are similar: private sites can do what they want, but too much intrusion and customers may not stick around.

    2. Re:Banning Cookies by Havokmon · · Score: 1

      Something else.. hmmmm.. .NET!

      No flames please, isn't that what the damn thing's for?

      Oh wait.. Linux-friendly post:
      Something else.. hmmmm.. Mono!
      (Isn't that what you got in High School?)

      --
      "I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
  7. How about going over the ups and downs of cookies? by Courageous · · Score: 1


    How about revisiting the issue of cookies and listing the various ways they can be properly used as well as abused? I'm personally not really up on cookies; I know that's ignorant, but it's true. I can't be the only cookie dummy on slashdot. :)

    C//

  8. isn't banning them outright... by lyapunov · · Score: 0, Offtopic

    nay, tasty though they may be, the side effects of tooth decay and obesity far outweigh any legitimate use they may have...

    --

    Either give it away or get top dollar, but never sell yourself cheap.
  9. Privacy Paranoia by Argyle · · Score: 3, Insightful

    All modern browsers allow users to turn off cookies completely.

    People all ready have the choice.

    You can't legislate stupidity out of life...

    --
    nuclear iraq bioweapon encryption cocaine korea terrorist
    1. Re:Privacy Paranoia by Staciebeth · · Score: 1

      Yes, but a lot of sites simply won't work without cookies. You could argue that this is due to poor design (and you'd be right) and you could argue that if a company can't be bothered to make its site accessible to the non-cookied why bother going there (and you'd have a good point) but sometimes one just doesn't want to be bothered to log in ALL the time on a site one goes to everyday, or sometimes one just wants to buy cheap airline tickets online...

    2. Re:Privacy Paranoia by Russ+Steffen · · Score: 1

      What's missing is a way to have browsers accept long-duration cookies from such sites, but treat them like session cookies -- never store them on disk and forget them as soon as you go somewhere else.

    3. Re:Privacy Paranoia by zmooc · · Score: 1

      As Wim van Velzen (the proposer) stated: an opt-in possibility would be much better than opt-out (as it is with most browsers nowadays). Most Internet-users don't understand cookies at all so it's not quite fair to leave it to them to turn them of.

      --
      0x or or snor perron?!
    4. Re:Privacy Paranoia by Anonymous Coward · · Score: 0

      It appears that Mozilla can do this now. I'm running a post-0.9.5 nightly, and it has an option to accept cookies with a maximum lifetime (configurable by you). You can also set it to expire them after the current session.

      I've been running with cookies disabled for a long time, but this might get me using them again. They can track me somewhat during one session, but then I restart the browser and they lose me again. Sounds good to me.

    5. Re:Privacy Paranoia by elandal · · Score: 1

      I use mozilla, and have set cookies (as well as images - due to web bugs) on "warn before accepting". Thus, as I browse, I get lots of "site foo.com wants to load an image/cookie" questions. However, as I answer them "yes, remember this decision" or "no, remember this decision", currently there are a couple of sites left where I always get asked the question, and gazillion of sites I haven't visited before.

      However, my decision on accepting or not accepting is not "well informed". It's pretty much guesswork.. I usually allow the originating site to load images and set cookies, and with other sites I first go to the site to see what's it about, and then make my decision. Usually ending up disallowing adserver, ads, and other such server names.

      If the cookie, when it first came, would immediatelly countered by the web browser with "request information regarding the cookie" which would then be presented to me, containing the host and domain that would see the cookie, name of the website operator (company that owns the site, or individual person who's set it up), reason for the cookie, as well as what data would be stored with help of the cookie, I could say that the decision to allow or not allow would be a lot more informed.

      I'm all for cookies when used well. They are essential for eg. e-commerce, and many other functions of most websites.

      What I don't like is:
      - third party (usually adserver) using cookies for any purpose other than that given by the site from which the reference that invoked the cookie setting originated.
      - Gathering tracking data for purposes not given to the website visitor, or for purposes of selling tracking data.

      I'm willing to allow adservers to set cookies assuming that no identification data is ever cross-indexed using the cookie, or that if such is done, it's done after my explicit consent, usually would be for demographic statistics that then could be used for other purposes (targeted ads - however not target to me, but to a demographic group I belong to).

      If I had faith in the human nature, I would be willing to get targeted ads. And I'm willing to be targeted by an e-commerce site I use if I trust them not to give the tracking data to third parties or sell it.

      Of course explaining THIS idea to the legislators may well be hard.

    6. Re:Privacy Paranoia by petros · · Score: 2
      What's missing is a way to have browsers accept long-duration cookies from such sites, but treat them like session cookies -- never store them on disk and forget them as soon as you go somewhere else.

      You can do this (kind of) with Netscape 4.xx, at least under Linux. I haven't tried it with Mozilla or Netscape 6, it may very well work. The trick is to make the cookies.txt file read-only. Then cookies are accepted, but never written to the file; they stick around until you quit Netscape (or until it crashes :). What I used to do was to start with a clean cookies.txt, visit /. and a couple of other sites to get their cookie, and then make cookies.txt read only. This way I kept the cookies I wanted long term, and everything else for the duration of the session...

    7. Re:Privacy Paranoia by LarsG · · Score: 2

      All modern browsers allow users to turn off cookies completely.

      People all ready have the choice.


      No, we don't. The /. cookie is used only to save you some time logging in.

      However, do you know how all the cookies on all the other websites you surf are used, exactly what they track and how they use the information they collect?

      To comply with this directive is quite simple:

      Tell the user that you are using cookies, how you use them, and how you use the information gathered by the cookies/session tracking. Then we have a choice.

      --
      If J.K.R wrote Windows: Puteulanus fenestra mortalis!
    8. Re:Privacy Paranoia by Anonymous Coward · · Score: 1, Informative

      hell yeah, I mean, gosh aren't these people lazy, just turn off da checkmark. Dont make a whole technological system illegal, dude!

  10. uncalled for but by Rai · · Score: 0

    nice to see them at least considering user's privacy (it that is their intent.)

  11. Enforcement Nightmare!(tm) by hlprmnky · · Score: 2, Insightful

    I like the EU legislating content and practices on the Internet no more than I like the US doing the same. That which I tell you three times is true:

    Education is the key, not legislation.
    *Education* is the key, *not* legislation.
    EDUCATION IS THE KEY, NOT LEGISLATION!

    Thank you, and goodnight.

    1. Re:Enforcement Nightmare!(tm) by Lemmy+Caution · · Score: 2
      Education is not enough. Education is less effective, and more expensive, than legislation, for things like this.

      Note that the legislation being drafted (and in the EU, the bodies that draft the legislation are not the ones that pass it: there's a sense that politicians aren't really smart enough to write laws, so they prefer to leave that task to experts) bans the use of cookies without explicit permission from the user. That is perfectly acceptable, and is as much a protection of the user's property (restricting the ability to write to his hard drive without his permission or a request on his part) as his privacy.

      But if education and boycotts were enough to change corporate behaviour, more than 2% of the world would be using linux. Legislation is effective because you only have to enforce it occassionally: most EU businesses will cooperate willingly. It sets a bar - corporations that violate privacy won't have an unfair advantage over those who do not: that is what happens with a lot of unilateral modification of commercial behavior.

      The headline for this article was poorly written and provocative, because it omits the fact that the user can, in fact, opt in - but he has to do so explicitly, obviously.

    2. Re:Enforcement Nightmare!(tm) by Ian+Bicking · · Score: 2

      What education are you talking about? I really don't understand what sort of education would address these issues.

  12. Cookies by utdpenguin · · Score: 3, Funny

    Cookie monster will be SO disapointed!!!


    And I hate to disapoint a monster. It's dangerous


    You tell him . .. .

    --
    In Soviet Russia you dant have to put up with these crappy jokes
  13. the wrong solution for the wrong problem by fetta · · Score: 4, Interesting

    The EU appears headed toward a classic error - they haven't defined the problem correctly. Instead of asking "how can we protect the privacy of our citizens" they asked "how can we prevent organizations from using this specific technology to invade our citizens privacy."

    Whoever proposed this absolute ban on cookies clearly has never done any kind of web development. Sheesh.

    --
    ** The opinions expressed here are my own, and do not reflect those of my employers - past, present, or future**
    1. Re:the wrong solution for the wrong problem by debrain · · Score: 2

      Clearly?

      I'm not so sure. Given that those organizations prone to using cookies are prone to keeping track of your personal information (msft,banks,insurance,advertisers,etc) to profitable ends, perhaps the EU really does understand the problem, and will force corporations to find an alternative solution.

      Mind you, with luck, that solution will be free certificates (as opposed to verisign et al. certs), so that cookies are no longer necessary to identify a user. Mind you, certificates will provide another point of failure in the identification schema. What we need is an certified anonymous user with the browser, but I doubt corporations sponsoring certification will go for that.

      The inherent problem with certificate idenfification is that most browsers now just send it implicitly, without asking you if you actually want to be identified to this system. (This is similar to NT/lanman hacks that give you the NT password of everyone who connects to your web in a nice, easilly decryptable form.)

      The problem of privacy is that it fights against personalization of the internet. Corporations will fight for personalization since personalization provides avenues of revenue and control. Cookies are a method of personalization. Banning them may not be the wosrt thing in the world; certificates could be worse (or much better, if done properly :/ ), or the alternative.

      Mind you, banning cookies somewhat stifles all existing infrastructure on the internet and attacks what should be a harmless technology of properties.

    2. Re:the wrong solution for the wrong problem by Wouter+Van+Hemel · · Score: 0

      I agree with you, but it's nice to see something done PRO privacy and users instead of the usual CON these days...

    3. Re:the wrong solution for the wrong problem by Xugumad · · Score: 2

      What on earth are you talking about? How do certificates come into this? Have you ever really looked into web application development?

      Point one, cookies are anonymous, unless you supply personal data to the site setting the cookie, so that they can put it in the cookie. They are not some magic trick that can scan your name and address straight from your brain!

      Certificates are good for proving you're a specific person, which if you're looking for anonymity, is a bit counter-intuitive.

      Web sites have no state maintenance method inherent to them. Unless cookies are available, the only way of keeping track of trivial details like your login, shopping basket etc. is by encoding every single URL the site sends you to, to include that data. This is horrifically inefficient, and tricky to ensure works correctly.

      This law would mean that almost every e-commerce site in the EU would have to be rewritten. Those sites would also increase significantly in complexity, as every page would have to become dynamic so they can ensure your data is in every single URL the sites gives you.

      I wish people would actually research technologies, rather than assuming everything they've ever heard about it is true!

    4. Re:the wrong solution for the wrong problem by debrain · · Score: 2

      let me clarify, because I'm bitchy due to a fried athlon, I'll be brief.

      cookies provide state. certificates provide state. (hidden form elements also provide state). cookies are not anonymous; useful cookies from banks, microsoft, et al., online stores require you to enter personal data. at one point, a good deal of that personal information was stored in cookes; that is no longer the case since the ns4.x and ie3.x cookie exploits permitting you to access all cookies regardless of their domains. that is no longer the case and cookies now reflect an identity for (1) sessions and (2) identification.

      anyway, ranting. the point is that the clear alternative to cookie-session states is certificate based session states (by enabling a random key passed over the asymetric cypher); since certificates are verified against a 3rd person, no MiM or hijacking is possible, if done properly and mathematically sound.

      there is a great deal of depth to the cert vs cookie debacle; for one on iis the change from cookie sessions to cert sessions is a single click (as is nt auth, with the lanman2/3 password problem noted), therein requiring virtually no code work.

      it's pretty clear that either I didn't write what I wanted to say very well or you didn't understand the gist. perhaps a combination. doesn't matter. it's slashdot.

    5. Re:the wrong solution for the wrong problem by HiThere · · Score: 2

      The existence of such a technology, the amendment states, ''may seriously intrude on the privacy of these users. The use of such devices should therefore be prohibited unless the explicit, well-informed and freely given consent of the users concerned has been obtained.''


      I don't see anything wrong with that stipulation. It sounds rather like the minimum decent requirement. Perhaps a bit less. Session cookies wouldn't be significantly challenged. For longer time use ... I'd rather have them ask my permission. (Actually, I periodically clean out my cookies, but ...)

      Side note: I wish Mozilla, Konqueror, et al. would let one set the expiration date on a cookie instead of just saying yes/no. With a user specifiable default (which could include "whatever they want").

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    6. Re:the wrong solution for the wrong problem by Xugumad · · Score: 1

      Ah, right, got it. I think.

      Personally, I'd have felt that a combination was better; for example, the system I'm working on, currently, logs you in via SSL (and because we have the luxury of a nicely controlled user base, we're our own certificate authority), and gives you a session ID. This ID cannot be reused once you logout, and times out automatically after about 10 minutes.

      This means that cookies never store personal information, and hijacking the session is relatively pointless (the application is loosely equivalent to a bulletin board in terms of security needs).

      Thoughts?

    7. Re:the wrong solution for the wrong problem by debrain · · Score: 2

      SSL can provide certificate authentication or key based authentication. If you have a hardware SSL mechanism (or even better, dedicated IPSec box), you can VPN multiple clients relatively easilly. It all depends upon the application at hand. For simply tunneling HTTP, HTTPS tends to be 'good enough', although without a certified key against a secure authority it's subject to Man in the Middle attacks. In the case of hardware SSL boxen, all boxen behind the SSL box can assume secure connections. This is made much simpler with diagrams ...

      In gist the notions of sessions are subject to scrutiny:

      SSL sessions are a result of asymetric random key transfer, the random key being a session key, at the end of which (as decided by the server) it becomes useless and void. Tying this into the web server is not possible in some universes, such as IIS, without expensive people and software. (read: commerce server) Note that there are certain rules pertaining to SSL sessions that make them 'user session' prohibitive, such as timeouts and key regeneration policies.

      HTTP sessions are often the direct result of cookie transfers, which is often tunneled in an SSL session. The notion of a session here is somewhat moot, since HTTP is by definition stateless and it's merely a pseudo-state that's maintained. This pseudo-state, unless cross examined against random key of the SSL connection, can be spoofed or hijacked.

      An alternative pseudo-session is the passing of the username and password around in hidden form variables. The problem with this is that all subsequent requests from the browser to the server must be of the POST form (or insecure GET forms), and worse, javascript 'spoons' can be used to retrieve and disseminate the password and username to ... whereever the spoon'er decides.

      The final alternative is certificates, which is a scary one since it gives all control to a central certificate authority. IMHO this authority should be the government since it is essentially the mandate of government to provide this sort of identification to the services of the people (birth certificate, drivers license, etc.). Thus the only 'public' certificate authority should really be the government. A scary proposition if you're American or French right now, but not so bad an idea for the rest of the civilized world. The notion of corporate controlled certifications is much worse.

      Anyway, that's my speal.

  14. Got Milk? by Alsee · · Score: 0, Offtopic

    Cookies and donuts.

    --
    - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
  15. In the UK at least... by ocie · · Score: 2, Funny

    They don't really call them cookies, I think the call them biscuits :)

    --
    JET Program: see Japan, meet intere
    1. Re:In the UK at least... by silphium_laciniatum · · Score: 1

      i installed sesame street speak and spell on my computer. now this big blue monster won't leave me alone.

      COOKIES!! Mgrorph grumph argrumph yum yum yum

      --

      "No one will smell that."

    2. Re:In the UK at least... by Anonymous Coward · · Score: 0

      call them gorilla biscuts

  16. Banning them outright is silly ... by Anonymous Coward · · Score: 0

    I can see regulating them, but I can't see outlawing them entirely. On-line banking, for example, is an example of cookies that I can understand need to be in place.

    Wether or not the "Interactive Advertising Bureau" is going to lose some money from that is something I could care less about.

    The problem with HTTP, being connectionless and stateless, cookies are a hack that was added to get around the failings in the protocol. People have (ab)used it to track site visitors in a slightly more obnoxious way though, and *that* is probably why the EU is looking at this at all.

  17. Even session cookies? by ccarr.com · · Score: 4, Insightful

    I can see banning long-duration cookies, but e commerse would collapse without the session cookie, or something functionally eqivelant. A better rule would be to require browser makers to provide better granularity in cookie preferences, and to make the settings more conspicuous.

    --
    I don't know half of you half as well as I should like, and I like less than half of you half as well as you deserve. BB
    1. Re:Even session cookies? by Anonymous Coward · · Score: 0

      shopping cart info for ecommerce can be stored on the server (on a per-session basis), which isn't harder than cookies, although you'd have to select items & order them in one session. PHP can do this natively or with SQL. I'm sure even perl could do something similar.

      Although the US gov't "requires" posix-standard software, and "requires" certain levels of security, I find the thought of a gov't mandating certain or regulating the features of software to be quite distasteful.

    2. Re:Even session cookies? by ccarr.com · · Score: 1

      Yes, there are other ways, but each way I can think of is just as invasive of privacy as a session cookie would be.

      --
      I don't know half of you half as well as I should like, and I like less than half of you half as well as you deserve. BB
    3. Re:Even session cookies? by radish · · Score: 2


      Never used a session cookie eh? ;-)

      The data isn't in the cookie, all that's in the cookie is a session ID. Of course the actual data (cart contents etc) are on the server (in some DB usually) but the session ID is needed to know which record to pull out each time the user hits a link - HTTP is a stateless protocol remember!

      If you don't want to use cookies the only alternative is a hidden form field (requires that EVERY navigation operation is a form submission which is ugly as hell) or sticking the session ID on the URL (ugly, inefficient and prone to failure). And for whoever suggested client certs as an option, great - until you use a different computer, which doesn't have your cert on it. With a cookie, you just login again and your cookie gets recreated on that machine.

      So IMHO there really is no alternative to cookies for session management.

      --

      ---- Den ene knappen er powerknapp, den andre er Bender voice knapp "Bite My Shiny Metal Ass"

  18. Outlawing Cookies by BoyPlankton · · Score: 5, Insightful

    While I realize their security concerns, in my opinion the problem isn't with the cookies. The bigger security concern, is really with web bugs. The rest of the stuff that the EU seems to be concerned about really is data that could be generated by analyzing web server logs. The problem is with sites that monitor people across multiple domains.

    1. Re:Outlawing Cookies by Scott+Lockwood · · Score: 1, Funny

      And more importantly, does this mean that we will see the cookie monster joining Bert alongside Bin Ladin now?

      --
      But this is slashdot. A slashdoter who didn't build his own computer is like a Jedi who didn't build his own lightsaber!
    2. Re:Outlawing Cookies by HorsePunchKid · · Score: 1
      I agree. I work in a Windows environment (Win2kPro, specifically). Cookie control is very cumbersome, but at least possible. It involves a lot of playing with the security settings. Essentially, you have to allow the sites you want (e.g. slashdot, google, etc.) to put persistent cookies on your box, then (unintuitively enough) turn cookies completely off. This leaves your current cookies still functioning, whilst denying any new ones. (Per-session cookies are another matter.)


      I've found that webbugs are much more intrusive, and there's no way to control them on Windows. Or at least there wasn't, until Bugnosis came along. It's a beautiful little IE plugin. It's got a lot of options, and can be configured to essentially entirely disable webbugs while remaining totally transparent to the user. But at a click, a large amount of extra info is availble, so you can see exactly who's bugging you, etc. Only for IE5.0 and higher, but it's definitely worth it. Is there anything similar for mozilla, opera, etc.?

      --
      Steven N. Severinghaus
    3. Re:Outlawing Cookies by curunir · · Score: 1

      I totally agree...is it that hard to realize that all you need to do is disable 3rd party cookies?

      If I go to http://www.yahoo.com, how hard would it be to only accept cookies from yahoo.com? Is there any legitimate reason that another company should be setting a cookie in this instance?

      Microsoft could solve the "cookie problem" with a single if statemet. Once IE started disallowing 3rd party cookies, no one would try it anymore.

      However, too many companies have based their entire business model on the security holes in the current implementation of cookies. DoubleClick would spend a lot of money to keep a solution like this from ever being implemented.

      --
      "Don't blame me, I voted for Kodos!"
    4. Re:Outlawing Cookies by wljones · · Score: 1

      I have no real problem with sites like Slashdot that leave a cookie. It saves me the effort of remembering a lot of passwords. What does bother me is the mental incompetents not associated with a site that try to leave their cookies, too. I have seen as many as a dozen sites try to leave cookies when I visit a popular site. This can be stopped with Netscape, and is. Only the primary site can leave cookies. Others are rudely declined. Don't like my attitude? See a chaplain. I also have another setup that blocks all cookies. I use it for those obnoxious sites that would flood me with spam if I relented. Sites that insist I accept a cookie are reviewed carefully. They still cannot post cookies from other sites, and sites that abuse or irritate me are ignored. The web is too big to worry about the rectums of the universe.

    5. Re:Outlawing Cookies by compuserf · · Score: 1

      Not quite so simple. I may start with a URL ending in .co.uk for a hardware supplier site, but then it jumps into .com and .com.tw, and so on, while still on basically the same site. So disabling all the third party cookies is not effective, or at least compromises usability.

      This may not be quite so obvious to US users.

  19. they don't know the user can disable 'em? by kisrael · · Score: 1, Redundant

    But the sticky point about cookies is that they often store data without a users' explicit approval. The Commission has been debating whether individuals should have the last word (lawmakers call this the ``opt in'' method) on what bits of personal information are collected on them while online.

    Jeez. We already have that. Almost every browser in the world offers the ability to decline all cookies. It may make using any dynamic website an impossible task, but the Commission's inability to realize that this option is already there speaks to their poor understanding of the technology.

    --
    SO YOU'RE GOING TO DIE: The Comic for Dealing with Death
    1. Re:they don't know the user can disable 'em? by Dariuss · · Score: 1

      Could you imagine having to pass every variable you need and not being able to use session or client side vars? Users can turn them off, but what percentage of internet sites will work if you have cookies turned off?

      As a user you have to give up some privacy in order to achive productivity, someone just needs to design a better mechanism than cookies or one that only allows the storage of session information.

    2. Re:they don't know the user can disable 'em? by Anonymous Coward · · Score: 0

      You already know "what bits of personal information are collected on you while online"? Me not thinks so.

    3. Re:they don't know the user can disable 'em? by Anonymous Coward · · Score: 0
      Could you imagine having to pass every variable you need and not being able to use session or client side vars?

      The solution is to store a session ID string, and pass that string to every page. The session ID can be used as the key for a hash table, and the value is an object with all the variables you need. It's easy enough to do (at least in perl and python), and lots of sites do it. You can pass it along as a hidden form element, or in the URL itself (see amazon.com for an example of this).

      It takes a little more effort than cookies, but then you don't have to worry about users with cookies disabled.

    4. Re:they don't know the user can disable 'em? by Lemmy+Caution · · Score: 2

      I think I know 2 or 3 people who routinely use the webs with cookies off, because the vast majority of commercial sites have been designed to be effectively unuseable without them. If there are restrictions placed on the ability to use cookies without permission, commercial sites (at least those targetting the EU market) will be redesigned to make opt-in explicit. The Commission seems to understand this, which is why the actual legislation calls for explicit opt-in.

    5. Re:they don't know the user can disable 'em? by Anonymous Coward · · Score: 0

      Right. You just have to worry about the next user at the computer at the library using the history to log in on your site and screw with the previous user's settings and/or credit rating.

    6. Re:they don't know the user can disable 'em? by Anonymous Coward · · Score: 1, Insightful
      Right, but you have to worry about that with cookies too. Per-session cookies help, but if the user doesn't close the browser, the next person will have access. Ideally each user would have their own login, with their own history (or without a history file), and log out when they're done.

      A "log out" button on your site will prevent this problem if people remember to use it. You should also have a session timeout, but that won't help much in a library (people can get to the computers before they time out). If you use hidden form values, those won't be saved in the history. Make sure to send a header (or use a meta tag) to disable the users cache, and use HTTPS for any sensitive information.

      On UNIX systems with Netscape, you can disable persistent cookies by linking ~/.netscape/cookies to /dev/null. Per-session cookies will still be allowed. It's a bit better than rejecting all cookies, since most sites requiring cookies will still work.

    7. Re:they don't know the user can disable 'em? by Anonymous Coward · · Score: 1, Insightful

      Yes, but many sites will not let you access without cookies. If this legislation passed, they would have to change their way of doing business.

  20. They should outlaw pencils and paper, too by nate.sammons · · Score: 3, Interesting

    I mean, I could write some personal infomation
    on that paper and slip it under your mousepad.
    Then, later, I could update that piece of paper
    with new information.

    What's good about this:

    - Someone, somewhere is taking privacy
    seriously.

    What's bad about this:

    - It demonstrates a fundamental lack of
    understanding about the modern world.

    Overall, I say it's good. They are *thinking*
    about privacy, which is more than the US
    Government is doing (aside from thinking about

    how to get rid of privacy).

    -nate

  21. Leave it up to the by Anonymous Coward · · Score: 0

    European officials to do their best to protect their population from all evil..... whatever....

  22. Yeah! Ban the cookies! by mfarah · · Score: 3, Funny

    ... and, while we're at it, ban the cakes, too. And the spanish cocas. And all kinds of biscuits. And pretzels, too, just in case. It's easier to forbid the food that's Bad For You than to pass a directive requiring all european citizens to go on a diet.

    I just can't help buy wonder what will Cookie Monster say about this: "When cookies are outlawed, only outlaws will have delicious meals", or something like that.

    Oh, you mean software cookies? Oh...

    --
    "Trust me - I know what I'm doing."
    - Sledge Hammer
  23. But think about the children by loraksus · · Score: 5, Funny

    What will we do when cookie monster is removed from the cast of Sesamee Street?

    --
    1q2w3e4r5t6y7u8i9o0pqawsedrftgthyjukilo;p'azsxdcfv gbhnjmk,l.;/
  24. Ut-oh by MentlFlos · · Score: 2, Funny
    The girlscouts are gunna be pissed!

    (yes, it was a joke)
    -paul

  25. Reasonable use policy? by 3seas · · Score: 1

    What is really needed is a reasonable use policy or such that limits cookies in how they are used.
    The initial/original idea of using cookies was pretty much for productive things. But the use of cookies in ways it was not intended have evoloved.

    Perhaps this news item can be a good place to argure what is acceptable and what is not. And that these responces may then be forwarded to the EU.

  26. USA Gaming site by diadem · · Score: 1

    I run WestHartford.net which is basicly a gaming site quite similar to slashdot. I have something called message forums. These "message forums" use cookies to keep a user "logged on." Does that mean I'm going to get sued? Is keeping a user "logged on" a violation of privacy? Also, what can they do about it since I'm in an other country?

    Please check the time/date of this post before marking as redundant

    --
    Liquid Gaming - Your daily dose of gaming news
  27. Accept/Deny Cookies are good by barnaclebarnes · · Score: 2, Interesting

    The Accept/Deny/Only this time cookie management idea that is turned on by default in Konquor is great (and an option in Mozilla). Once you have got through the first couple of weeks accepting cookies from the sites you trust/like and rejecting all the doubleclick and other ad site cookies you only have to accept/deny cookies every few days (depending on your surfing habits).

    --
    [Please type your sig here.]
  28. Giving or accepting cookies unlawful? by imrdkl · · Score: 1
    Its not clear whether they wish to outlaw servers' giving a cookie to a client, or client's acceptance of them. Perhaps both.

    Dont they have enough on their minds with the Euro coming out in 2 months?

  29. They just want cookie confirmation? by Fastolfe · · Score: 5, Informative

    It sounds like all they want is a method to have the user explicitely agree to accept a cookie whenever one's proposed. Many (most?) browsers already support that functionality. Maybe browsers just need to ship with that defaulted to "on" for EU countries. I don't really understand why they're making such a fuss.

    To be honest, I think they're going about this thing entirely the wrong way. Don't attack a technology because it has the *ability* to do something you don't like. Attack those that are abusing the technology. In this case, full and proper support for the W3C's P3P initiative looks like it addresses all of the privacy concerns that go with cookies. Maybe they should be looking at this instead.

    One thing Microsoft has done right recently is P3P support in IE6, and setting the browser to default itself to what I would consider a reasonable setting out of the box, which automatically blocks a significant number of 3rd-party cookies. I love seeing this in action.

    1. Re:They just want cookie confirmation? by chriss · · Score: 1

      The option most browsers offer to ask for every cookie is not an acceptable alternative, neither is turning them of on. There are a number of sites that will deny me the access unless I accept their cookies. So I at least have to accept some cookies. But if I want to decide myself which cookies I'll accept, I am confronted with often five or more requests per viewed web page asking me to set a cookie. Not very convenient.

      So most people simply accept all cookies. If a law forced the companies to ask me about cookies first, I'd have to answer with "no, thanks" only once per session, there being no reasonable explanation to ask me five times per page anymore. Companies could not longer count on annoying people until they accept cookies, which would be a good thing(tm).

      Chriss

    2. Re:They just want cookie confirmation? by moncyb · · Score: 1

      And exactly how would they keep track of you saying "no, thanks"???? If saying "no" disallows them from using cookies, how could they possibly keep track of the people who say no??? I would say a cookie, but that leads to a recursive situation.

      That sort of feature would be easy to create in a browser, but not a website. In fact, I know of at least one browser that already handles cookies in this way--Lynx. Everytime there is a cookie, it asks me whether to accept it with: "yes,no,always,never", and choosing "never" bans cookies from that site.

    3. Re:They just want cookie confirmation? by cyberformer · · Score: 1

      There's usually no reason to accept a cookia, so having a browser ask you about them for every site that you visit is a major pain in the *&%@. A better solution is to have all cookies rejected automatically, with the user able to intervene on the rare occasion that a cookie is useful (eg. savign Slashdot login info.) Many browsers can be set to do this, including, surprisingly, IE6. (With older versions of IE, you had to adjust the security settings so that cookies were only accepted from the "trusted sites" zone, then manually add sites like /. into that zone.)

    4. Re:They just want cookie confirmation? by hendridm · · Score: 1

      So we should ban cookies for everyone because a few don't like them? I think they should ban tomatos on mexican food because I don't like them.

      I like cookies so I don't have to log on each time... I doubt I'm the only one.

  30. Blocking cookies by ZaneMcAuley · · Score: 1

    How would the EU block them? at the ISP level?

    --
    ----- Whats wrong with this picture? http://www.revoh.org:1234/whatswrong
    1. Re:Blocking cookies by night_flyer · · Score: 2

      Im guessing the wont "block" them but make them illegal to use, so the offending party who planbts a cookie will be punished via a fine or some such nonsence...

      --


      Thanks to file sharing, I purchase more CDs
      Thanks to the RIAA, I buy them used...
    2. Re:Blocking cookies by ZaneMcAuley · · Score: 1

      Ok, so how can this be done in reality, i mean is everybody gonna ring the cops everytime they see a cookie. Surely this is unrealistic.

      --
      ----- Whats wrong with this picture? http://www.revoh.org:1234/whatswrong
    3. Re:Blocking cookies by Anonymous Coward · · Score: 0

      no, you just make them illegal. Then some body surfing around realizes a site is using cookies, and reports them. Just about like every other fucking crime in the world. Get with it!

  31. And in other news by blair1q · · Score: 1


    On Tuesday the EC voted to make the value of Pi equal to 3.

    This will simplify the design of capstans for cash registers in Belgian butter stores, while causing a tolerable 400% increase in the paperwork required to calculate the orbits of communications satellites when requesting permission to use public-owned gravity generated by EC member states.

    1. Re:And in other news by VA+Software · · Score: 0

      Actually it was the state of Indiana

      --

      ---
      http://slashdot.org/moderation.shtml
  32. Why is privacy so desirable? by Gray · · Score: 2, Interesting

    I don't understand the motivations..

    If you have something to hide, the problem is not with people fiding out, it is with the reason you desire to hide it.

    Privacy solves nothing, it just allows people to ignore problems.

    Besides, technology will eventually make all of this moot. Dust sized video camera stuck to everything, only way to avoid that is a really trustworthy police state, and that sounds just *so* much better..

    1. Re:Why is privacy so desirable? by FormerComposer · · Score: 1
      ...it is with the reason you desire to hide it.


      And just what is your reason for hiding your on-line banking password?


      And what problem does this allow you to ignore?

      --
      For most purposes, 355/113 is close enough.
    2. Re:Why is privacy so desirable? by Thomas+M+Hughes · · Score: 2

      Why is privacy desirable? Because not everything society disagrees with is illegal. For example, if I was a nudist, but didn't want to be treated like a fruit cake hippy by society, I might be a nudist in my home and want it to remain private information in my home. Do I have something to hide? Yes, my personal, 100% legal practices that I don't want people to know.

      The same could be said for masturbation. Or the type of pornography I like to read in the privacy of my own home. The websites I read about health care (if I had genitle deformity, I sure as hell wouldn't want anyone to know that). If I'm politically against a war in Afghanistan, but I don't want to make that known for fear of being beaten up, I should have the right to keep that private from the world.

      Just because I want to keep something private doesn't mean I'm doing something wrong. You need to understand that. Hell, if I recall, when Ashcroft went before the House Committee, the House was upset over the violations of Martin Luther King's privacy in an effort to defame him and make him out to be a bad guy.

      THAT is why privacy is desirable.

    3. Re:Why is privacy so desirable? by SIGFPE · · Score: 2

      If you have something to hide, the problem is not with people fiding out, it is with the reason you desire to hide it

      This is a strange statement. You've just plucked it out of the air and stated it without any kind of corroboration. To me and most other people it seems completely bogus. How have you arrived at it?
      --
      -- SIGFPE
    4. Re:Why is privacy so desirable? by Anonymous Coward · · Score: 0

      I'm not sure how this got moderated as interesting... I guess a moderator has been trolled and lost.

      It's easy to live in the US or Europe and say, "only criminals and terrorists need privacy, so it must be bad".

      If you or I want to live our lives on a web cam and put every thought in a weblog, fine, but it's our choice. Likewise, if you don't want something private made known, we should have that control.

      Privacy isn't about having something to hide or ignoring your problems, it's about the dignity and respect from having the Freedom to decide what you make public.

    5. Re:Why is privacy so desirable? by GungaDan · · Score: 1
      "Or the type of pornography I like to read..."

      read? pornography? That's too funny. Repeat after me: reading is for erotica, staring fixatedly is for pornography...

      --
      Eloi are stupid, throw morlocks at them!
    6. Re:Why is privacy so desirable? by maxpublic · · Score: 1

      I don't understand the motivations of folks who think they have some basic right to stick their nose in my business.

      If you have a problem with other people desiring privacy, the difficulty isn't with these people but with you for trying to interfere in their lives. My private life isn't your concern; what I say to my friends and family isn't for you or anyone else to spy on and evaluate.

      People who discount privacy are fine to do so for themselves - your choice. However, you have no right whatsoever to make that determination for me. None. At all.

      Max

      --
      My god carries a hammer. Your god died nailed to a tree. Any questions?
    7. Re:Why is privacy so desirable? by Anonymous Coward · · Score: 0

      I belive you never heard of integrity. Secondly
      the importance of hiding your surfing habits is
      to not get spam. Its a freedom of choice if you
      wish to disclose where you are surfing or not,
      if they wish to keep track on that, they should
      as permission to do so, not do it without your
      knowledge.

      As a diffrence to US who is looking to destroy
      the privacy of their citizens EU is looking for
      improvement of them, and stregten them. It should
      be so everywhere.

      If I do not wish anyone to see my surfing habits
      I should be free to being able to forbid them
      without being denied access. Unless that is the
      unfortunate facist site policy.

      Then fuck the site.

  33. Re:How about going over the ups and downs of cooki by jazman_777 · · Score: 1
    How about revisiting the issue of cookies and listing the various ways they can be properly used as well as abused? I'm personally not really up on cookies; I know that's ignorant, but it's true. I can't be the only cookie dummy on slashdot.


    The only thing I can recall from earlier threads is that they're evil. I can't for the life of me tell you why they are evil--maybe because Doubleclick placed a cookie, and Doubleclick is the Internet Hitler, at least, or maybe a terrorist group trying to track me. But I've been blocking them fanactically ever since! Except for Slashdot's cookie, of course.

    --
    Slashdot: Failed Car Analogies. Amateur Lawyering. Anecdote Battles.
  34. cookies uses by night_flyer · · Score: 2

    its quite amazing how poor a rap that cookies have gotten, there are tons of usefull ways to uses them, we use them all the time to store variables that can be passed from page to page, we also use them to allow access to certain areas as determined by data contained within.

    my only real gripe with them is they just seem to take up room after a while...

    --


    Thanks to file sharing, I purchase more CDs
    Thanks to the RIAA, I buy them used...
    1. Re:cookies uses by adoll · · Score: 1

      I run an engineering web site that has online tools. Imagine how horrified users are that they have to pick through a list of 200 sieve mesh possibilities to configure what their assay lab uses. Once is bad enough.

      Now imagine if I can't use cookies. They have to pick through the list EVERY time they visit because I can't store their preferences. I'm not uniquely ID'ing a machine, just which mesh sizes they use.

      Is that a crime?

      -AD

  35. Let's no throw the baby out with the bathwater... by closedpegasus · · Score: 3, Insightful
    Yes, cookies can be used to track browsing habits of users.

    But don't I, as a website administrator, have a right to know the usage patterns of my users? If I set up a lemonade stand on the side of the street, I know exactly who comes to my store, how many times they come back, and if I'm smart enough, I can use this information to my advantage to sell more lemonade (e.g., I know that Tom buys lemonade on his lunch break at 12:15 everyday, so I better be open then). Why should online business be put at a huge disadvantage? Cookies are a great tool for maintaining a state over a stateless protocol, and differentiating one users "session" from another.

    And also, a great deal of code to keep people "logged in" to web sites uses cookies to maintain state. Without cookies, web sites are forced to use the IP address as the unique identifier to distinguish between two users. What about proxy servers and firewalls? DHCP and dynamic IPs? Maintaining state over HTTP would be a nightmare without cookies.

    The only problem comes up when cookies are used across different sites, or one company sells your browsing habits to another without your consent. But by browsing a site, you are implicitly giving that site the permission to see what you are doing.

  36. EU and everything computer related by Arkan · · Score: 1

    Like many political institutions, it takes EU some good technicians to explain them the ins and outs of every question. Fact is the said technicians didn't do they're homework with the copyrights and "intellectual property" stuff, so they surely try to overdo said homework with privacy.
    And once again, critical questions, with possible direct implications with expression freedom...

    Yes, t'was a rant(tm)!

  37. Yep, ... by Aelfinn · · Score: 1

    they should just ban them on images.

  38. Outlawed.... by BigGar' · · Score: 1

    When cookies are outlawed, only outlaws will use cookies.

    --


    Shop smart, Shop S-Mart.
  39. Perhaps they should slow down a bit. by narfbot · · Score: 1

    The idea of completely banning cookies is absurd. Let's look at a deeper solution.

    IE comes with cookies automatically on and accepted, perhaps this is where the plan of attack should be. Many people have no idea what cookies are, or the fact that there is information being stored about you when you visit a site.

    In all fairness to current legitimate use of cookies, people should be warned that cookies are being sent in the first place, and then the person should decide what to do, to accept or not, or to automattically accept all, or automatically accept and reject based on predetermined user settings.

    Lets put down the unfair practice of cookies to store information without the user's behalf. They EU should require all browser default to ask the user about cookies after installation of the browser, bundled or downloaded-however it comes. Then after the user has made his choices, then you cannot say that they cookies were illegal, or taken without user permission.

  40. It's a good thing, really... by athakur999 · · Score: 2, Funny

    Did you know everytime you dunk an Oreo into a glass of milk, it sends information back to Nabisco via an embedded 802.11 interface? Here's just some of the private details being sent without your knowledge:

    * Type of milk (skim, 1%, 2%, etc.)
    * Brand of milk
    * Length of dunk
    * Whether you double-dunk or not
    * When you dunk (watching TV, in bed, etc.)
    * Any health problems it finds as it works its way down your body

    I praise the EU for finally doing something about this.

    --
    "People that quote themselves in their signatures bother me" - athakur999
  41. More short sighted legislation by Anonymous Coward · · Score: 0

    Not exacly the first time that policy and technology
    collide. What needed is legislators who are more knowledgable about technology or at lest take advice

    until then heres just another impractical and unworkable law on the way to add to the current collection.

    Realstically are there any alternatives to Cookies, how else can session based systems worked or any website that needs unique ID's isn't don't most E-commerce systems employ cokkies for customers "Shopping Carts".

    All thats needed is more education and more selective cookie managment tools in browsers ( which is already mainly implemented in mozilla IE etc but still could be improved)

  42. This is almost already law, anyway. by Jon+Chatow · · Score: 2

    The Data Protection directive (which is law in all EU states, AFAIAA) already makes it illegal to store any identifying information about any citizen of a country of the EU outside the EU's borders, as well as requiring all companies to surrender all information they hold, with catagorisation, proper sourcing, and defense of ownership, about a person within a short time period for minimal charge; see The Register's coverage here and here for more info.

    As an aside, unlike the US, the rest of the world has a-political civil servants; the European Commision is the civil service of the EU, as it were, and they form laws, not pass them (that is done by the proportional-representation-wise-elected European Parliment).

    HTH.

    --
    James F.
    1. Re:This is almost already law, anyway. by Anonymous Coward · · Score: 0
      As an aside, unlike the US, the rest of the world has a-political civil servants...

      and, as a result, far more bureaucracy since the civil service is immune from political control.

      btw, civil servants in the US are largely not political appointees either.

    2. Re:This is almost already law, anyway. by Jon+Chatow · · Score: 2

      As an aside, unlike the US, the rest of the world has a-political civil servants...

      and, as a result, far more bureaucracy since the civil service is immune from political control.

      Nonsense; the civil service is there to objectively review all options, and present them to ministers. The ministers choose which option conflicts least with their outwards policy, and that they like most (or dislike least), and then the civil servants are sent off to implement it. Well, that's how it works in the UK and the EU, at least.

      --
      James F.
    3. Re:This is almost already law, anyway. by Anonymous Coward · · Score: 1, Informative

      The DPD does not make it illegal to store information about EU-citizens outside of EU. It does however make it illegal to export information to contries that do not have adequate laws to protect the use of personal data. This law also make it possible to file charges against organisations that refuse to delete your data. Charges shall be sent in to the local data inspection authority.

      Also, the EP is not elected proportionally in all member states. The council could not reach an agreement for a EP election law, and thus local legislation is used. This brings us to the problem. The UK does not have a proportional election system. In UK there are three large partys (proportionally) there is Labour (social democrats), Torys(sp?) (conservatives) and Liberal Democrats (liberals).
      In the last election to the Brittish parlament the proportional votes turned out to be something like: Lab: 45%, Tor: 25% and LiD: 20%. The places in the palament turned to something like: Lab: 65% Tor: 25% and LiD: 3% (yes, three percent).
      The same is true in the election to the Europeean Parlament. In UK wich has around 80 MEPs in the EP Labour recieved 45% of the votes and got 50-60 places in the EP. Now, do you beleve that Labour or the Torys want to change this system? The Liberal Democrats surely want to change this IMO undemocratic system.

      I am not a Brittish citizen, I am a Swedish citizen. But the UK electorial system (for the EP) does concern all Europeeans I beleve.

      --
      Mattias Holm
      mattias.NO.holm@SPAM.contra.TO.ME.nu

  43. Sorta like anything "dangerous"... by seebs · · Score: 2

    It's like banning alcohol, drugs, or guns, really. :)

    Seriously, this is a tough issue. How do you specify "acceptable" use of cookies?

    --
    My blog: http://www.seebs.net/log/ --- My iPhone/iPad app: http://www.seebs.net/seebsfrac/
  44. In one Word....... by the_2nd_coming · · Score: 1
    isn't banning them outright going just a bit too far?"

    Yes

    --



    I am the Alpha and the Omega-3
  45. Re:Let's no throw the baby out with the bathwater. by 91degrees · · Score: 1

    If I set up a lemonade stand on the side of the street, I
    know exactly who comes to my store, how many times they come back, and if I'm smart enough, I can use this information to my advantage to sell
    more lemonade (e.g., I know that Tom buys lemonade on his lunch break at 12:15 everyday, so I better be open then).


    Under EU law, you need to have Tom's permission to keep that information in a database.

    Cookies are a great tool for maintaining a state over a stateless protocol, and differentiating one users "session"
    from another.


    It still will be possible to do this. Just make sure that no information that can be used to identify these people is used in a way that they have not expressly approved of.

    Its not a total banning of cookies. The article is misleading in that respect. Just a ban on the use of cookies to track people

  46. somebody's going to lose some dough by Anonymous Coward · · Score: 0
    We use cookies to allow folks to set preferences, vote in polls, etc.... Harmless enough we think.

    However, we note that some HUGE corepirate megasloths attempt to use same to 'track' your browsing habits, with the eventual intent(s), of marketing to you, & finding out which sites draw the most eyeballs, advertising with them, & effectively squeeshing the 'little guise', off the wwmap. We don't think that's such a good plan.

    There is also a notion that if your pc can be 'snooped' by the nefarians, that your passwords, etc.. could be pilfered. A double edged mixed blessing the little morsels are indeed, but banishing them completely would be like discarding your car, because your neighbor uses his to rob banks.

    Have you seen these face scans, etc...., of the REAL .commIEs? I thought so.

  47. Why! by GreenCrackBaby · · Score: 1

    Ok, so Netscape and IE both allow you to disable cookies. Woohoo. How usefull is that? Your other choice is confirming each cookie. Ever tried surfing with that option on?

    I'm sure there are some third-party software products that allow users to assess each cookie once and allow/deny it forever (ie. yahoo cookie allow, doubleclick cookie deny). Why is that so hard to include with the browser?!?

    That would make this whole issue go away.

    --

    "The market alone cannot provide sufficient constraints on corporation's penchant to cause harm." -- Joel Bakan
    1. Re:Why! by pipeb0mb · · Score: 1

      No browser allows you to specify cookies by domains ?

      IE6 does.

      Im sure Mozilla does or will...netscape 6.x is too shitty for me to bother looking for it.

      But the choices are there.

    2. Re:Why! by GreenCrackBaby · · Score: 1
      IE6? Wouldn't that be along the lines of killing the cow to get the milk? :-)


      Thanks for the info though...I will have to try out this new version of Netscape again.

      --

      "The market alone cannot provide sufficient constraints on corporation's penchant to cause harm." -- Joel Bakan
    3. Re:Why! by Rob+Simpson · · Score: 2, Interesting

      Darn right. If you set it to confirm, the #%!# sites just won't take no for an answer... they'll just keep asking. Over and over. Until you say yes. Can you say "harassment"?

      And if you turn them off, a lot of things just won't work.

    4. Re:Why! by drcannaba · · Score: 1

      Lynx?

  48. Crumpets by Anonymous Coward · · Score: 0

    What will the Queen Mum take with her tea?

  49. Shades of the French Revolution by UltraBot2K1 · · Score: 1, Troll
    This whole EU thing is getting out of hand. Remember the French Revolution? Let me refresh your memory. Peasants (well, actually, disaffected, rabble-rousing intellectuals using the peasants), overthrew the monarchy, bent on establishing a government based on ideals and standards. Instead, they ended up with decades of beheadings, the metric system, all kinds of silly laws in the name of "egalitarianism", and, finally, an emperor bent on expansion.



    The parallels with the EU are obvious. We have a new government established, supposedly bent on establishing standards and protecting the citizen. Instead, we have the government limiting consumer choice. I think it's only a matter of time before the next Napoleon steps up to the plate and uses the infrastructure currently being put in place by the power-hungry EU.


    Today, they take away the right to use cookies on your website. What tomorrow, gun rights?

    --

    Slashdot: Open Source, Closed Minds.

    1. Re:Shades of the French Revolution by Havokmon · · Score: 1
      Instead, they ended up with decades of beheadings, the metric system, all kinds of silly laws in the name of "egalitarianism", and, finally, an emperor bent on expansion. Well, the U.S. has executions, the U.S. system of measurement, all kinds of silly laws, and a President who's in the middle of a religious war (yes, it's not based on religion, but who has the ear of the locals?).

      Executions are fine.
      The US system of measurement sucks.
      The laws.. take the good with the bad.
      No, it wasn't really the President's fault that we are where we are. Some one was had do it sooner or later. But Antrax...Remember when we only had to worry about the president getting VD?

      Today, they take away the right to use cookies on your website. What tomorrow, gun rights?

      Dateline, New York: "A 6 year old boy was killed today when he and his friend were playing with his dad's loaded cookie. 'We were handling the cookie, you know, pointing it at each other, when all of a sudden, CRACK! And little Billy was laying on the floor with an almond in his skull.'"

      hmmm.. No.. I just don't see a correlation.

      --
      "I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
    2. Re:Shades of the French Revolution by Anne+Thwacks · · Score: 1

      Gun rights

      Is that the American "right to arm bears"?. We have no rights to ahve guns here. Posession of a firearm is punishable by 7 years jail.

      However, It seems we have a problem with people being killed by falling cookies.

      --
      Sent from my ASR33 using ASCII
    3. Re:Shades of the French Revolution by nnet · · Score: 1
      This whole EU thing is getting out of hand. Remember the French Revolution? Let me refresh your memory. Peasants (well, actually, disaffected, rabble-rousing intellectuals using the peasants), overthrew the monarchy, bent on establishing a government based on ideals and standards. Instead, they ended up with decades of beheadings, the metric system, all kinds of silly laws in the name of "egalitarianism", and, finally, an emperor bent on expansion.

      As opposed to the American-led "New World Order"? Europe is hardly any more at fault than the US, even less so since it wasn't the EU that has allowed the type of laws your American government has passed.

    4. Re:Shades of the French Revolution by Anonymous Coward · · Score: 0

      Bears don't have arms.

    5. Re:Shades of the French Revolution by jrockway · · Score: 2, Funny

      > Today, they take away the right to use cookies on your website. What tomorrow, gun rights?

      Guns don't kill people, cookies kill people :)

      --
      My other car is first.
  50. What's next ? by tmark · · Score: 2

    Next thing you know the British government is going to ban dental work. Ooops, "The Big Book of British Smiles" provides evidence they already have...

  51. Halloween theme by InShadows · · Score: 1

    Am I the only one getting hungry off of the today's topics?

    First there are donuts.. mmmmm donuts..

    and now cookies.. mmmmm cookies...

    then you have ghost stories topic thread and I'm sure the Shhh! Constructing a Truly Quiet Gaming PC was posted so that anyone who built it would be scared if someone yelled 'Boo!' at them.

    Just My Little Conspiracy Theory.

    never take me seriously..

  52. of course it is a little far! by geekfiend · · Score: 1

    In this era of government being swamped by technology, and the people in charge being so untechnical, it doens't seem surprizing that any government would "outright ban" anything. As to them it is better to get a law on the books quickly in order to make it relevant to the times as opposed to having the law make sense but be enacted "too late" to do anything!

  53. Clueless Reporting by malibucreek · · Score: 1
    One is left to wonder if the author of this piece even knows what a cookie is. There is a great deal of confusion between cookies (the line of text in a cookies.txt file) and the backend database analysis of user behavior.

    Web sites can synch up usage logs, cookie, log-ins and customer profiles to create a sophisticated analysis of individual users' behavior and tastes online.

    Or, a simple cookie can be used without all that to note whether a user has seen a specific page before. That's useful for webmasters who want to serve up certain types of dynamic content.

    Neither did the article mention that without cookies, many European users will not be able to "customize" web sites, because the web server will not be able to track an individual user's session. You'd have to log in on every page to see your customized version, or pass the user's login through the URL--hardly a good idea for security's sake.

    We're going to have an increasingly hard time making a good case for responsible pro-privacy legislation if the press can't figure out the basics of the technology being discussed. The public's never going to know they're being screwed if the press can't figure it out enough to tell them.

    --

    Why is it called COMMON sense when so few people have it?

  54. Why ban them? by SonOfSam · · Score: 2, Interesting

    Wouldn't it make more sense for them to require companies/sites to ask permission before writing or accessing a cookie? I mean, anything can be used the wrong way, and abused.

    It may be in the best interest of the Internet though, because many sites require cookies. Maybe that would force said sites to have a cookieless solution, or miss out on all the possible readership. Itll be interesting to see what happens in the future.

  55. Banning cookies might get unexpected support by Florian+Weimer · · Score: 3, Informative
    Banning cookies might get unexpected support: from the law enforcement camp. After all, if cookies are no longer permitted, those interesting session IDs have to be placed in the requested URIs. And these URIs are logged all over the place: by the web server itself, by proxies along the way, by the browser (in theory, session cookies should expire when then browser is terminated). So banning cookies makes session tracing much easier for everyone but the actual web server developer.

    Cookies, when used in a responsible way, can increase privacy. Of course, that is not true with those practically eternal cookies which expire some day in the year 2037 or so. On the other hand, there are other tracing methods such as exclusively dynamic URIs or even cache timing attacks (yet another interesting Felten paper, BTW).

    In my opinion, you should not outlaw the tool, but the intention to gather data. Recently, we've seen so many attempts at restricting tools which have some negative potential, competely neglecting the positive possibilities such tools present. Shall we make the same mistake again?

  56. Maybe they should ban nation-wrecking instead by Anonymous Coward · · Score: 0

    n/t

  57. They'd break most websites by NineNine · · Score: 1

    Cookies are probably used on 95% of all sites today, bth Internet and Intranet. Banning cookies would break, what? 75% percent of all websites that rely on them? That's absolutely ridiculous. They might as well outlaw HTML.

  58. Cookies by justletmeinnow · · Score: 1

    Considering that anyone in their right mind can completely reject cookies (even in IE) this seems like a bad decision. If I want to turn cookies off I'll turn them off. Maybe I want cookies turned on. Get off my back big brother...

    --
    Just because I AM paranoid doesn't mean they're NOT out to get me.
  59. Crazy! by bool · · Score: 1

    Perhaps something being overlooked here is that users already have the means to disbale cookies! Each to their own... overbroad legislation is going to create more problems than it will solve.

    --

    ----------
    while (alive) { Work(); PayTaxes(); Eat(); Sleep(); }
    Bool
  60. Opt-In by bwt · · Score: 3, Insightful

    They should allow opt-in cookies, but I'd still like every site to be required to state what data it keeps in its cookies and what it does with it as part of its privacy policy.

    I'd like to see browsers with more refined cookie control. I should be able to set the cookie policy for each domain.

    1. Re:Opt-In by L_Luthman · · Score: 1

      Konqueror does that. It lets you choose if you want to accept cookies from a specific domain, reject them, or get a dialog box asking you what to do with them each time. There are probably other browsers that does that too.

    2. Re:Opt-In by pi_rules · · Score: 2

      They should allow opt-in cookies, but I'd still like every site to be required to state what data it keeps in its cookies and what it does with it as part of its privacy policy.

      "They" don't store any data in "their" cookies. They're on your machine in plain-text format and ready for your inspection at any time you wish to look at them. Always have been, probably always will be. Some places have tried encrypting the data within the cookies but it's not usually done very securely. Invariable somebody cracks whatever bunk some web monkey came up with.


      I'd like to see browsers with more refined cookie control. I should be able to set the cookie policy for each domain.


      As far as I know every major browser does this, or at least you can be asked each time if you want them. If you're using IE I have no idea where it'd be though. NS 6 and Mozilla can do it. Another poster mentioned that Konquerer can also.

    3. Re:Opt-In by Macdude · · Score: 1
      I'd like to see browsers with more refined cookie control. I should be able to set the cookie policy for each domain.


      Take a look at iCab (http://www.icab.de) it does what you want.


      Oh yah, it's Mac only.

      --
      "Grab them by the pussy" -- President of the United States of America
    4. Re:Opt-In by bwt · · Score: 2

      "They" don't store any data in "their" cookies. They're on your machine in plain-text format and ready for your inspection at any time you wish to look at them.

      Thank you for stating the obvious. Nothing you said has much bearing on my feeling that every site to be required to state what data it keeps in its cookies and what it does with it as part of its privacy policy.

      Me: I'd like to see browsers with more refined cookie control. I should be able to set the cookie policy for each domain.

      You: As far as I know every major browser does this, or at least you can be asked each time if you want them.

      I don't know of any browser that does this other than by asking "each time". As I said, I want more refined cookie control, with firewall type rule sets: berkeley.edu deny, *.edu accept site, default *.yahoo.com accept, *.com deny

    5. Re:Opt-In by bwt · · Score: 2

      Konqueror does seem to allow domain specific default overrides on most every type of thing you want. Allowing this on javascript is perhaps the best thing ever.

      Now if Mozilla (and therefore K-Meleon) would do this, I'd be happy even when I have to use windows.

    6. Re:Opt-In by SoupIsGoodFood_42 · · Score: 1
      As far as I know every major browser does this...

      Yes, but IMHO, they do this in an annoying way.
      What browser makers need to do is something like this:

      If a cookie is sent. A message appears in the status bar of the browser: "This site has send you a cookie. [Accept] [Decline] [Decline all]. [Settings]"
      Ignoring the message would have the same effect as declining it. There you go...An easy way to control cookies without bugging the user all the time. I'm sure is possable to improve on this concept.

  61. If you don't think this quote is funny... by Uttles · · Score: 2

    ... something's wrong...

    The existence of such a technology, the amendment states, ''may seriously intrude on the privacy of these users. The use of such devices should therefore be prohibited unless the explicit, well-informed and freely given consent of the users concerned has been obtained.''

    Now, aside from porno sites, when is the last time you've ever been asked for your "explicit, well-informed and freely given consent?" Explicit... ok, yes or no, pretty simple. Well-informed... ha! right! Not if it might contain proprietary information. Definitely no well-informing going on if we're talking about Microsoft. Freely given... another ha! right! "Either you agree, or you can't use any of our service." That seems to be the uniform quote. When's the last time you had a third option on a license agreement. Heck, with MSN, you don't even have a choice, if you don't have the right browser, they won't even let you attempt to view the site.

    --

    ~ now you know
  62. They aren't going to ban them. by Todd+Knarr · · Score: 5, Insightful

    From what I read, they aren't banning cookies per se. What they're banning is any collection of personal information without explicit informed consent. So you can use cookies all you want, as long as you tell the user what personal information you're storing in them and let them say whether they want to allow it or not. And if you use cookies for things like shopping carts, where there's no personal information in them, then there's no restrictions on them. All perfectly sensible to me.

    1. Re:They aren't going to ban them. by vuo · · Score: 0

      Finland is opt-in: this law is in effect in Finland. I have a legal right to deny sending anything commercial, spam, Finnish "DoubleClick databases", etc. I can check the box "Do not share my personal information with advertisers" in a form, and then they have no legal right to sell my personal information. Everyone has a right to remove his info from a personal information registry, so the only really compulsory registries are the in government. Even with those, I have the right to check and correct it at a minimum of once a year. I can check what is written about me in the registry of Supo, the national security agency. Wager my donkey that the CIA and NSA of USA would never permit that!



      Consequently, it is illegal to track down people with cookies without their consent. I welcome the extension of this law to a EU-wide directive.

  63. Whats the difference ? by WndrBr3d · · Score: 1

    A cookie is just a way for the web server to save information client side. Banning Cookies would be like Banning programs that left Registry Entries on your computer. It's just information that needs to be saved.

    It's these Paranoid people who have no Trust for Web Companies and their small web sites, but will more than willingly install Microsoft Products which inspect and pick apart every part of your system.

    Arthur: You know all this explains a lot of things. All through my life I had this strange, unaccountable feeling that something was going on in the world and no one would tell me what it was.
    Slartibartfast: No, thats just perfectly normal paranoia. Everyone in the universe has that.

    1. Re:Whats the difference ? by Anonymous Coward · · Score: 0

      but will more than willingly install Microsoft Products which inspect and pick apart every part of your system./I

      Please provide some evidence of this.

      I know it'll be a huge article and discussion here on Slashdot when you do.

      Otherwise stop spreading slander. 'Kay?

  64. This is just typical by Dr.+JackAzone · · Score: 0, Offtopic

    It's typical, EU allways stick its nose where it shouldn't be, like withe the cucombers they are trying to ban the ugly ones, apples when they are to small was to be banned as well. Considering that the EU was formed to make european trading more easy, I just don't get it, ok the cucombers and apples - we need standards but this is like the european curency, police and army ideas... they just don't make sense. actualy they do if we want something like the states, and speaking not only for my self - and with all respect for the states - we don't, I'm proud of the Danish flag, the language, the curency and the culture, of course without becoming a racist, actualy i welcome foreigners to Denmark as long they behave, if they have danish citizenship they are to be treated just like any other criminal with danish citizen ship.

    1. Re:This is just typical by Dr.+JackAzone · · Score: 1

      I just realized that this came out wrong:
      actualy i welcome foreigners to Denmark as long they behave, if they have danish citizenship they are to be treated just like any other criminal with danish citizen ship.
      this should of course be:
      actualy I welcome foreigners to Denmark as long they behave, if they don't behave and have danish citizenship they are to be treated just like any other criminal with danish citizen ship.

  65. Alternatives would be more invasive by gentlewizard · · Score: 2, Insightful

    I was initially caught up in the scare about cookies, especially when I discovered some clueless webmasters were storing my site password in cleartext in them. But over time, I realized that the alternatives for creating a stateful session might be far worse. Can you say Java / ActiveX?

    BTW, does Microsoft Passport use cookies, or some other method? If they use cookies, I can just imagine the wheels turning in Microsoft's heads right now at reading this story!

  66. Typical Shortsighted Slashdotters by sessamoid · · Score: 2, Interesting

    "you can already turn off cookies... blah blah blah"

    This isn't about slashdotters, it's about end-users, the vast majority of which have no idea what the heck a cookie is, much less where they can be found and what they can do. The average web user only knows that if he "turns off all cookies" much of the stuff he wants to do on the net doesn't work anymore. If he elects to review each and every cookie, he ends up spending more time clicking "Accept" than actually using the web. Actually, let me correct that. The average web user doesn't even know there's a menu with "cookies" mentioned.

    I think requiring web sites to expliciting notify and obtain permission to track and store personal information via cookies is not necessarily a bad thing. Not all cookies are about tracking where users go, nor about keeping personal information.

    Does anybody have a link to the actual legislation? Rather than assuming what we think is going to be in it and screaming at the top of our lungs, does anybody actually know what they're proposing exactly?

    --
    "No, no, no. Don't tug on that. You never know what it might be attached to."
  67. IE6 has a nice feature... by mydigitalself · · Score: 1

    i've been running ie6 for a few weeks now, and apart from it completely fscking up a number of things (what do you expect), it does have one kief feature which pre-parses your cookies and informs you if a cookie looks suspect.

    one such example is if an HTML layer-type banner (you know the one's that aren't just images, but are actual HTML pages placed inside a layer within a DIV) tries to drop you a cookie it will warn you and block it if you choose.

    i'm sure my mother would have no idea how to turn off cookies by herself - but this at least goes a step further to inform a luser of the possible intrusion.

    i assume it checks the URL in window.location object and if it doesn't match the URL of the cookie it warns you.

    i know its not exactly giving you 100% privacy protection - but its a start, and i've found it very handy.

  68. cookies by Anonymous Coward · · Score: 0

    I can still write a tracking site using a session ID that is not a cookie. The problem doesnt go away, just changes to a less controled method. I can enable or disable cookies, IE has a persite way, cookie pal does the same for netscape on a windows box. Most cookies can be disabled and the web site works fine. I block all until I hit a point that require cookes then only unblock those cookies required.

  69. Great. by Znork · · Score: 2

    As long as cookies are allowed if consented to I dont see any problem at all. What it will force is the browser vendors adding a specific 'allow cookies from this site' or 'dump all cookies from this site into /dev/null' option.

    Some cookies are useful and should be allowed, but personally I dont give a rats ass if DoubleClicks buisness model requires them to be able to track people all over the web. It should be up to the user to allow or deny any corporate entity the right to gather data on their habits. The current method of allow/deny could be improved a lot to allow more finely grained control.

  70. Linked article is very bad by Nicolas+MONNET · · Score: 1

    The article is very bad; I don't know who wrote it, but it looks like someone oversimplified the issue to make it look unacceptable. Commonly used fallacy. The overemphasis on "lost jobs" and shit like that is giving it out. Besides, I haven't heard of that stuff anywhere else. Kinda doubtful. And if it's just a proposal from a single member of parliament, there's really nothing to bitch and whine about; it's their job, after all, to come up with issues and propositions, and it's also their jobs, as members of parliament, to weed it out and come up with sensible laws.

    Ban cookies? I doubt it. I could, however, see the european authorities requiring companies to inform users when they're collecting such information; which is, all considered, not a Bad Thing.

  71. To Cookie or not to Cookie by HaloMan · · Score: 1

    It's a two sided coin remember. Keeping cookies has its advantages for forgetful users, advertisers and website designers, but its a bad thing for total privacy.

    Perhaps the EU, in reality, is doing the best thing for users of confidential buisness. Very few people who don't work in the IT industry know about "cookies" and information they keep.

    But then again, in real life you could look at it this way: You close your windows so people don't look in, but it's not illegal for people to try and look through them.

    I doubt the law will pass through, as many similar US laws have been thrown out in the past, and I would hope that the EU is this compatent.

  72. Re:How about going over the ups and downs of cooki by belg4mit · · Score: 2

    There is nothing inherently evil in cookies.

    The evil is in intentional misuse or ignorance of proper use.

    Storing personal data (unencrypted password, email) in a cookie is stupid evil.

    Forcing users to accept cookies for a non-originating domain (like excite, so you login to one of their other domains) is questionably stupid or intentional. Since this then makes the problem of double-click type privacy issues more extreme.

    NOTE: Non-originating server cookies are not required to get into hairy tracking issues,
    all they have to do is fetch a document (usually
    image) from another server that will include a cookie in the headers. This is a prime reason next generation browsers allow you to deny
    images from non-originating servers (that and
    as a minimal means of preventing ads) not to
    prevent sucking bandwidth from servers because
    newbies are using images etc. off of someone elses server ;-)

    --
    Were that I say, pancakes?
  73. Michael is Funny by waldoj · · Score: 1

    Keep in mind, as usual, that a "news" story whose sole source is an executive with an agenda to push is unlikely to portray the situation accurately.

    $sarcastic_slashdot_comment

    -Waldo Jaquith

  74. functional irrelevence by fortinbras47 · · Score: 1

    This may be taking a little news blurb too far, but I take this as just another example on how governments are so behind in understanding technology that in many cases they are functionally irrelevent. If they do end up passing a privacy bill I imagine it would either contain measures like this and be patently absurd, or the more likely case of being a watered down legalistic reaffirmation of the way business is currently done.

    Far too often when the legislators foray into the online technological world, it becomes a spectacle of trying to keep logically unsound metaphors from being grounds for stupid legislation. Absurdities abound such as Al Gore comparing the government's role in the interstate highway system to the fiber optic Internet backbone. (He said something along the lines of wanting the backbone government run until some AT&T, Worldcom etc... folks sat him down and explained how it actually works to him). We get the standard key escrow legislation attempts every few years that are technologically unworkable in addition to just being plain stupid.

    Sometimes they get it right (Internet sales tax ban), and I could see some legislation along the lines of requiring companies to actually FOLLOW their posted privacy policies, but I'm just generally suspicious when people who generally don't know much at all about technology are writing the rules.

  75. A tangent, if you will... by HongPong · · Score: 2
    All right, I know I am being blinded by flashes of the obvious non-pun, but let me expound:

    Conspiracy theorists, reeling from the news of an attempted ban on cookies, blame the secretive Adeno-Triphosphate-Lateral Commission for attempting to strange the world's supply of nutritious sugars. Danish and croissant manufacturer's associations, as well as independent bakeries throughout western Europe, have barraged Brussels with calls to reconsider what they see as unwarranted government intrusion in the pastry sector. Echoing these calls is French PM Mitterand, who stated yesterday, "The right to freely make pastries of whatever type a French citizen chooses is integral to our society. Liberty, equality and delicious treats, that is our national motto."

    In a typical move, late night comedians on the Continent mocked innocent Ukraine, which is attempting to join the EU. "Hello my name is Zyrgz Yakobinksky and I am our President, of the Ukraine. What are these cukeis of which you speak? We of the Ukraine only eat rocks, raw fish, and discarded Communist literature. If you ban the cukeis in the West we would be happy to take them." A nutritional scientist with some university pointed out that neither rocks nor the works of Engels and Marx are considered edible in virtually all cultures, excepting tribesmen on the far reaches of the Indonesian archipelago.

  76. Slashdot banning cookies? by British · · Score: 2

    Sometimes I think slashdot does away with cookies since I get randomly logged out and can't even login again. YAY!

    1. Re:Slashdot banning cookies? by WillSeattle · · Score: 2

      I've had the same problem. think there's some kind of timeout problem or some sloppy code.

      One question would be, from the viewpoint of industry coders, as opposed to the marketing viewpoint: how difficult have you found it to write opt-in cookies instead of opt-out cookies?

      Is the user-identifiable tracking nature of the information that valuable? Or is it more that there is a lot of demand to fine-tune the ads and promos to individual consumer slices?

      I guess what I'm getting at is this - let's say the US wakes up and gets a cluestick and requires opt-in cookie technology. How difficult, in the experience of someone who has had to switch from opt-out to opt-in cookies, is it to convert?

      Or is it mostly just the marketing and information resale portions of the business that are driving the opt-out-is-our-god approach?

      --
      --- Will in Seattle - What are you doing to fight the War?
  77. Another /. flamebait, its not about cookies by anticypher · · Score: 5, Informative

    Reading the Yahoo story, its pretty clear the author took the Internet Advertising Board's press release and printed it almost verbatim.

    The proposed legislation has nothing to do with browser cookies, it focuses on regulating what kinds of private information marketing scum can gather and share without permission. The bill aims to prevent marketing firms from using any data obtained through illicit or decietful means to be correlated with personal identities. It would also prevent marketing from using personal information to gather other info through other means.

    Web sites could still set cookies on your browser, and even track sessions from one logon to the next. But the web sites would not be allowed to match that information with individual identities. They could still gather statistics, monitor actions, and anything else cookies are useful for, but not for targetting individuals.

    This legislation was proposed before, but was stalled after the IAB and a few other telemarketing firms pooled their money to fight it. It has been delayed for a while, but is back for another round.

    the AC

    --
    Hemos is like...sci-fi fans;he thinks technology is cool, but he hasn't bothered to understand the science it's based on
  78. Natalie Portman's BOOBIES by jsimon12 · · Score: 0, Offtopic
  79. Are Cookies really that neccessary? by T.+Will+S.+Idea · · Score: 1

    The rhetoric from this article seems a bit reactionary and overstates the importance of Cookies.

    The legislation has triggered concern in Europe's Internet advertising community. The Interactive Advertising Bureau UK (IAB) said British companies could lose 187 million pounds ($272.1 million) if the directive is ratified.

    Meadows-Klue admitted the name sounds a bit childish, but said the ramifications of the EU's directive were serious. It could result in the loss of more jobs and more businesses failing in the already-beleaguered Internet sector, he said.

    I don't get it. Without cookies, all of those sites that use them legitimately will have to rewrite their code to use a different method of transaction tracking. This would seem to provide more jobs for out of work programmers not less.

    Cookies provide a tool for tracking a user's activity within and across sessions. While this is very useful to someone designing a site it is also a potential security and privacy risk.

    Much like any tool (Java, .NET, e-mail macros) there are trade offs between security and ease of use. I think it is a good idea that these issues are being scrutinized by the general public.

    Personally I am happy with Cookies as they have been implemented: An option in most browsers which can be turned off. I suspect that this European Commission will come to the same conclusion.

    --
    If electricity is produced by electrons is morality produced by morons?
  80. .net by Anonymous Coward · · Score: 0

    What will this do to .net as passport needs cookies?

  81. About time! by nowt · · Score: 3, Funny

    Those hockey pucks my english mother-in-law makes should be outlawed!

    --
    A strange game. The only winning move is not to play. How about a nice game of chess? - Joshua (Wargames)
  82. More pop ups? by fortinbras47 · · Score: 1

    Does this mean every site I visit will have two pop ups? One asking if it can put cookies on my computer and the other describing what a cookie is?

  83. Hmm... by Nevrar · · Score: 1

    Pretty soon there will be two sorts of people in the world: those who use the internet, and those who live in EU countries :)

    --
    Nevrar
  84. Banning Cookies by Tin+Britches · · Score: 1

    Considering all the legitimate uses for guns,
    isn't banning them outright going a little too
    far?

  85. Looks like yahoo exaggerating here... by zmooc · · Score: 3, Informative
    The amendment, proposed by Dutch Parliament member W.G. van Velzen, likens cookies to ``hidden identifiers'' that track and store information on an Internet users' surfing habits.

    On this dudes homepage (in dutch...) his official statement does not say he wants to ban cookies at all. He's only proposing legislation in order to abridge tracking users' browsing habits and then using these to send them advertisements based on their habits without the users knowledge. This is not a bad thing in my opinion; our normal use of cookies (e.g. no need to login to /. and tracking sessions on usefull web-applications) will not be affected at all. Wim van Velzen's official statement can be found here (dutch).

    He doesn't sound like he totally understands cookies, though; he says things like "it's still unclear wether cookies can be used to gather information about other sites the user has visited" and he proposes a "maximum validity date for cookies" which has been there since t=0.

    So either I misunderstood all of this, Yahoo got this wrong, or Wim van Velzen's statement is incorrect, but I guess he wrote it himself so that's ok. Nothing to see here people ...move along.

    --
    0x or or snor perron?!
    1. Re:Looks like yahoo exaggerating here... by scrytch · · Score: 2

      > and he proposes a "maximum validity date for cookies" which has been there since t=0.

      Yes, he merely wants to legislate a mandatory expiration interval for cookies.

      I'm so damn glad governments are here to protect us from all these insidious uses of HTTP, since we have after all eliminated all problems of violence and corruption, giving them nothing better to do...

      --
      I've finally had it: until slashdot gets article moderation, I am not coming back.
  86. HTTP is stateless by SCHecklerX · · Score: 2

    So how does the EU figure that a site can maintain session data without the use of cookies? Most people come from behind proxies or firewalls, making it necessary to store data on their own computers in order to maintain state. There's really no other way to do it.

    I guess they don't want people actually doing useful things like online banking and such with the web, huh? You really can't do any type of semi-complex form-driven web database without using cookies.

    1. Re:HTTP is stateless by yason · · Score: 1
      I guess they don't want people actually doing useful things like online banking and such with the web, huh? You really can't do any type of semi-complex form-driven web database without using cookies.

      Go learn your tools. There's absolutely no need for cookies. Everything non-persistent cookies can do can be done with query part of the URL or using hidden input elements in forms. Using right tools or toolkits this is completely transparent to you. (And persistent cookies are only evil - any reasonable service like online banking has to identify you anyway each time you log on to the system.)

      I have written several large-scale server-side web applications without using cookies, utilizing a database as the data source as well as in storing non-public session data (the less you expose to the user the more vulnerable you are and cookies make it too tempting) in there as well. Guess what: they're all fully usable with Lynx/Links and/or any browser with cookies turned off. No tradeoffs!

    2. Re:HTTP is stateless by mbyte · · Score: 2

      of course u can write a semi-complex form-driven web database without using cookies .. just use ur imagination about the other toolsets. i.e. use an HTTP AUTH to identify user/session, then store the cookie data server side (keyed with the AUTH login)

    3. Re:HTTP is stateless by sinster · · Score: 4, Informative

      That's just crap.

      Cookies are needed for only one thing. Every other current use for cookies can be done better without them, or (IMNSHO) shouldn't be done at all. The best example is session tracking. Those of my websites which need to track sessions all use URI mangling to do so.

      For instance, look at my website for AdAce. When you go there, you get immediately redirected to a URI that includes session information, that looks something like this: http://www.adace.com/0123456789abcdef0123456789abc def/guest,0,1,1/index.html
      The long hex number and the comma-delimited string constitute your session id. No cookie needed. By using relative URIs in all the webpages, there's no problem with the mangled session information being lost: the browser thinks that its just a directory path. In those few places where we need to use absolute URIs, we use a cgi or an apache content handler to modify the URI in place to include the correct session id. This number is used to look up your session data in a daemon running a simple database for that purpose -- and to verify that the comma delimited string hasn't been tampered with. The database exists purely in RAM. I've even locked the pages in place so there's no danger of them getting swapped. None of your session data ever goes onto a hard disk; only the fact of the session, as it appears in the server logs. My cgis (and a couple special purpose apache modules) all use an API library that I wrote in order to communicate with this daemon. That lets them get data out of your session record, and put data into it. The point of all this is that we hold the burden of maintaining your session information. No need for cookies.

      The only function provided by cookies that can't be done in any other way is what we in the advertising industry call "frequency capping". The idea is that you (the advertiser) have bought a big campaign with a lot of impressions, but you don't want one user to see your campaign more than, say, 3 times. So we need some way to track how often you've seen a particular campaign. If the campaign is all running on a single website, then it's easy enough to use other methods. But when the campaign is running across at least two unrelated websites, the adservers have to create and manipulate a cookie in order to track this.

      If you've ever received a cookie whose name is RMID, and whose value is just a number, then you've received one of these cookies. They're generated by RealMedia's (not to be confused with Real Networks, the makers of realmedia player) ad server for campaigns that have frequency capping turned on.

      These cookies are the only cookies ever generated or inspected by any AdAce machine. I am strongly opposed to the use of cookies in any situation where some other method is possible. And as CSO of AdAce, I've put my foot down on this issue: no cookies where we can do something else, and even if we can't do something else, no cookies if its possible for it to be exploited by acquisition, mismanagement, or subpeona, to violate someone's privacy.

      (incidentally, this form of session tracking gives WebTrends conniption fits -- that's the main reason that I'm writing my own log analyzer)

      --
      -- Nolite audere delere orbiculum rigidum meum.
    4. Re:HTTP is stateless by sinster · · Score: 1

      Bugger. I didn't intend to up that post's score by +1. Grr. Grr.

      Oh well.

      --
      -- Nolite audere delere orbiculum rigidum meum.
  87. Cookie Monster by Anonymous Coward · · Score: 0

    The Cookie Monster is gonna be pissed!

  88. Question by Rombuu · · Score: 2

    The submitter's write-up is wrong. Read the story. Keep in mind, as usual, that a "news" story whose sole source is an executive with an agenda to push is unlikely to portray the situation accurately.

    So why the hell do you publish stuff like this? Maybe I'm missing something, I thought the job of an "editor" is to filter crap like this out?

    --

    DrLunch.com The site that tells you what's for lunch!
  89. Browsers and Cookies by vlad_petric · · Score: 2, Interesting

    It is pretty obvious that cookies are used for 2 main purposes: session tracking and navigation tracking. While the first is a legitimate use, the second is one of the worst violations of privacy EVER.

    The real problem is that the most popular browsers only allow you to block/unblock cookies globally, therefore if you want privacy, the sites that rely on cookies won't work. Even scarier is the fact that, the more popular a site, the greater the chance that it requires cookies (personal observation). When given a choice (one might argue that it's not really a choice, since cookies are enabled by default) between lack of functionality and lack of privacy, most of the users prefer lack of privacy.

    The Raven

    --

    The Raven

    1. Re:Browsers and Cookies by night_flyer · · Score: 2

      there is a third (whicjh I use quite a bit), data storage...

      --


      Thanks to file sharing, I purchase more CDs
      Thanks to the RIAA, I buy them used...
    2. Re:Browsers and Cookies by Todd+Knarr · · Score: 2

      Actually there's a legitimate use for navigation tracking: to tell where people go on your site and how they get there. That lets you spot confusing navigation points, for example, or lets you see how people find content so you can eliminate confusing or awkward paths in favor of obvious-to-the-user ones based on actual user patterns instead of vague theories. What's bad is tying navigation tracking to personal information. Knowing that N visitors followed path X is quite different from knowing which visitors followed path X.

    3. Re:Browsers and Cookies by Ixitar · · Score: 1
      What the browsers need to do is to allow a user to specify, Always accept a cookie or always reject a cookie. This would give the user control over his/her information.

      I use a program called Cookie Pal from Kookaburra Software. It only runs under the MS operating systems, but it gives me that functionality.

      Give it a try! I have no connection with this company other than the fact that I use their software.

    4. Re:Browsers and Cookies by T-Punkt · · Score: 1

      Please tell me one single browser that does support cookies and does not have this "feature"!

      Actually all browsers I know have at least a third option ("warn/ask before accepting a cookie") and many allow even more control, like:

      - "Only accept cookies originating from the same server as the page being viewed" (Netscape)/ "Enable cookies for the originating web site only" (Mozilla), "Don't accept third party cookies" (Opera) which prevents cross-site user tracking (Site A won't get any cookies Site B might set for it).

      - Allowing/Disallowing cookies based on acess lists (Galeon/Lynx/Opera/Konqueror) or "Levels of Privacy" (Mozilla)

      And in case your browser doesn't allow enough control over cookies for your taste, most filtering proxies like junkbuster do.

    5. Re:Browsers and Cookies by cant_get_a_good_nick · · Score: 1

      Once feature I'd like to see in Mozilla:

      The ability to turn a persistent cookie into a session cookie. Can go to sites that require cookies (though most sites that require them can be easily rewritten to not require them) but no persistent data.

    6. Re:Browsers and Cookies by Todd+Knarr · · Score: 2

      Check Preferences | Privacy and Security | Cookies. Turn on "Enable cookies based on privacy level" and check View Privacy Levels. See the Session option on the menubuttons. This only works in recent nightly builds, the 10/30 builds seem reasonable.

  90. Wait a minute.... by Anonymous Coward · · Score: 0

    Did a Slashdot editor just tell ME (and you and you and you) to read the article? That's some trick, for sure!

  91. sounds good to me by Erris · · Score: 1
    I've always resented the way some people think that they can use a visitor's hardware to track them without asking. A cookie use page, giving detailed information about what the company has done with all that information should be considered a requirement for "well informed". Companies caught with their hand in the jar should be slapped.

    It's about time laws for elctronic communications caught up with laws for other insecure communications like mail and phone. It takes zero ability to tap a phone or violate the post. These activities were made illegal for the common good. It would be impossible to persue business or live with dignity without such protections. We need to think of our personal computers as the replacement for the post and phone that they are. People who violate communications from personal computers are just as repulsive as common mail theives. Take that, John Ashcroft. Great shame should fall on makers (M$) of software (all M$ OS) that allows and encourages such gross invasion of privacy.

    Tighten up! Encryption now for everyone! I want it at home, where my wife surfs. I want it on my desk at work, so pesky admins don't filter what I have to say to my wife. Yes, I want it for slashdot too. The internet is a public resource not a corporate possesion.

    --
    DMCA, Hollings, Palladium. What might have sounded like paranoia is now common sense.
    1. Re:sounds good to me by malfunct · · Score: 1
      Then turn your damn cookies off. I don't know a browser that doesn't allow this by default.

      I for one like being able to sign in to slashdot once per session and post without typing username and pword. I also like going to websites that remember who I am and what I like to look at. Maybe the price I have to pay is that they know that I, as the personality named by the login "malfunct", watch certain things. With my static IP they could track me anyways so who cares.

      --

      "You can now flame me, I am full of love,"

    2. Re:sounds good to me by LarsG · · Score: 2

      I for one like being able to sign in to slashdot once per session and post without typing username and pword. I also like going to websites that remember who I am and what I like to look at. Maybe the price I have to pay is that they know that I, as the personality named by the login "malfunct", watch certain things.

      Yeah. But you are an informed techie, and you give your _consent_ for tracking or non-tracking by enabling or disabling cookies.

      I have a cookie for /., I see no problems with that cookie.

      However, cookies can be used for a lot more than saving you from the hassle of typing a username/password combination. Does it make you feel warm and comfy knowing that DoubleClick or other companies can use cookies to track the browsing habits of your aunt? Does it worry you that those browsing habits can be matched with her name and address when she orders something online?

      --
      If J.K.R wrote Windows: Puteulanus fenestra mortalis!
    3. Re:sounds good to me by malfunct · · Score: 1

      Shouldn't matter, I mean short of price discrimination, what bad things happen from a company knowing what things my aunt likes? Maybe her junk mail will start advertising things she likes to buy, god could only hope.

      --

      "You can now flame me, I am full of love,"

  92. Free Dmitry by aozilla · · Score: 1, Troll

    Next thing you know, an American Citizen will be arrested and jailed for giving a speech on shopping cart systems at a Web-Con Europe.

    Yes, this is a troll. But it's meant to be a funny one.

    --
    ok then your [sic] infringing on my copyright! Could you as [sic] me next time before STEALING my comments for your own?
    1. Re:Free Dmitry by T-Punkt · · Score: 1

      But it's not even remotely funny.

      What you haven't understood is that this proposed EU privacy directive protects individuals (like e.g. Dmitry Sklyarov) against companies unlike US laws like DMCA which "protects" companies against individuals (like Dmitry Sklarov).

      So if anything happens than an American corporation (which are known to give a damn about people's privacy, see e.g. Microsoft) might get into trouble (eg. the EU may "fine" that company) but not a citizen.

    2. Re:Free Dmitry by aozilla · · Score: 1

      Actually, the DMCA makes no distinction between individuals and companies. It protects individuals from individuals, individuals from companies, companies from individuals, and companies from companies. Further, the DMCA does not prosecute you under criminal law unless you're out to make a profit.

      The EU privacy directive protects individuals from themselves. If you don't want cookies, turn your cookies off. If you want notification, turn notification on.

      So if a citizen was running a website for his or her individually run business, he or she couldn't be prosecuted under this law? Microsoft may get into trouble, or a citizen may get into trouble. Can a citizen of a country which does not follow the law get in trouble? I sure as hell hope not.

      And the word is "then".

      --
      ok then your [sic] infringing on my copyright! Could you as [sic] me next time before STEALING my comments for your own?
  93. Real battle opt-in vs opt-out: cookies side issue by WillSeattle · · Score: 2

    The real discussion re the new EU law is that it would require opt-in instead of opt-out, and most of the industry's cookies are opt-out.

    It's a simple matter of proper cookie creation and management.

    Their objection is not truly about the cookies, it's that they want to do opt-out, and the wise EU wishes to maintain their citizen privacy rights by insisting on opt-in.

    So, it is a red herring.

    The sad thing is that the EU is about ten years ahead of where the US should be in regards to requiring opt-in instead of opt-out.

    Opt-out sounds great until you see it in practice. I get about 20 spam a day that are opt-out - more than my standard message traffic. And on visiting a web site, I don't want to have opt-out sub me to lists for all their business partners, affinity lists, and everything that I never even knew they would start sending me spam on or tracking without my consent.

    The amusing thing is that Europe is actually discussing an issue that is never discussed by US legislators. They assume that you should have privacy as a consumer; we in the US do not.

    --
    --- Will in Seattle - What are you doing to fight the War?
  94. Re:Real battle opt-in vs opt-out: cookies side iss by night_flyer · · Score: 2

    so what about those sites that require cookies to function properly? not the ones that track, but the ones that place data there so it can remember bits about you, or sites that gather certain bits of information from querystrings so they can process properly?

    --


    Thanks to file sharing, I purchase more CDs
    Thanks to the RIAA, I buy them used...
  95. all the legitimate uses of cookies? by aozilla · · Score: 2

    I can't think of many. Shopping cart type uses can be done through URLs, and saving login passwords can be done through HTTP-AUTH. I guess the only usefulness for cookies which can't be replicated would be storing preferences client-side and tracking people. As for storing preferences client-side, I can't think of a single major site which uses cookies for that purpose.

    --
    ok then your [sic] infringing on my copyright! Could you as [sic] me next time before STEALING my comments for your own?
  96. Something to hide from whom? by Gregoyle · · Score: 2

    I have something to hide from white supremicists: my girlfriend is black. I have something to hide from spammers: my email address is g_pelcakATyahooDOTcom. I have something to hide from foreign governments, the mafia, and Rush Limbaugh. People who smoke marijuana have something to hide from the US Government; do you really think that smoking dope is morally wrong? It might be stupid, and it might be irresponsible or bad for your health or whatever, but are you really hurting someone? The problem is *often* with the people you are hiding it from, not necessarily with you, the hider.

    The theory that privacy will completely disappear as technology progresses is an interesting one. Personally, I doubt it will happen. There is always some way to stop from being seen or recorded or whatever. If you think your office is bugged you can bring jammers to work with you. If you think you are being videotaped it is more difficult, but not impossible to stop. Where technology provides a way to surveil it often provides a way to stop that surveillance.

    --

    "He's more machine now than man, twisted and evil."

  97. Ah hah hah ah by CrazyJim0 · · Score: 1

    Now they can finally place charges on the cookie crook. Now only if they could catch Lucky.

  98. seems some stupid lawyer prevent us from working by loopkin · · Score: 1

    the article is very confused, and the summary is not exact at all...
    but i still have the fear that they don't really understand what a cookie is, what it allows, and the difference between a session cookie and a permanent cookie.
    their fear is only that you store data about a user without warning him. that's ok, but we already have laws in Europe, enforced by special organizations (such as CNIL in France), to prevent this from happening, and that ensure the total control of a user over its data (well, theoretically for now, but those organizations will have more power very soon, according to an already voted law)
    considering that, i have the feeling that this law can go only further, and prevent using cookies at all. it can be a good idea for permanent cookies to warn the user before he accepts it. but for session cookies it's simply stupid. we all know HTTP is a stateless protocol, and cookies are the only efficient technical way to implement session behaviour (there is even a RFC about that). warning the user before accepting a session cookie is stupid.. simply because the user doesn't know the difference between those two kinda cookies (nor those european deputies do, apparently)

  99. Cookies are not evil, Oh wait, double standards... by BrookHarty · · Score: 2

    We have websites that link multiple companies content and authorization into 1 site. So if you travel between them, the session cookie identifies you. Using the old 1 pixel image trick.
    We also use 64 bit hashed urls that include information in a non-readable format. Its pretty good if your not doing ecommerce, since the key doesnt change. We also use an xml auth service, so content procviders can authenticate users onto our service.

    There are zillion ways to do session authentication, but the session cookie seems to be the easiest to implement.

    Speaking of "User privacy" did you know that IE's "Userdata Persistence" isnt turned off if you disable cookies. You have to go into security and turn them off. Not sure if anyone is using this xml data (think cookies on steriods).

    -
    The most exciting phrase to hear in science, the one that heralds new discoveries, is not 'Eureka!' (I found it!) but 'That's funny ...' - Isaac Asimov (1920 - 1992)

  100. Huh? by Anonymous Coward · · Score: 0

    What do you mean by an agenda? Oh, do you mean like those people that make sites and label them "news for x," where x represents an interest group? I'm sure you could come up with one. Do you mean agendas like the people who run those sites have? Like to maintain control over a domain name out of childish spite (Hi michael)? Like fueling idiotic operating system battles simply because the figurehead of the site has a vehement dislike for one or the other? Those kinds of agendas?

  101. How to have your cookies and eat them too by Anonymous Coward · · Score: 1, Interesting

    Kinda off topic, but the best solution I have found for cookies is to allow them all, but make the cookies file read only. This fools sites into thinking you allow cookies and still allows session cookies, but stops persistent ones. When you want to add a cookie, "unlock" the file, accept the cookie and then lock it again.

    Warning: I have only tried this with Netscape and Mozilla on PCs and Macs, otherwise YMMV.

  102. If cookies are outlawed... by paul7e · · Score: 1

    only outlaws will get cavities.

    --
    Silly Rabbit, sigs are for kids.
  103. Hilarious! by Anonymous Coward · · Score: 0
    Keep in mind, as usual, that a "news" story whose sole source is an executive with an agenda to push is unlikely to portray the situation accurately

    This, from Michael???!!! Has the world gone mad?

  104. Early Netscape Spec for cookies by flufffy · · Score: 2, Informative
    Cookies are useful. Whether they are good or not depends on what they are used for. I think that the maintaining state idea came before the e-commerce idea, although I would be happy to be corrected on this.

    Anyway, here's an 'old' Nestscape Spec for on cookies, on why they think cookies are useful.

  105. Lose Pounds? by malarkey · · Score: 1
    The Interactive Advertising Bureau UK (IAB) said British companies could lose 187 million pounds if the directive is ratified.

    I'm all for this if it would help me lose just 20 pounds.

  106. Yet again the clown timothy fails to research by Anonymous Coward · · Score: 0


    "news" for nerds, stuff that matters?

    you're a fucking joke, you cockgobbler. Between the "iWalk/iPod" hoax, the "Celsium" hoax, the "President Bush orders DOJ to drop Microsoft case", "Microsoft bans derogatory sites in the Frontpage EULA", and now this, how can anyone doubt that Slashdot is nothing more than a piece of shit, two bit joke?

  107. Not even anything to do with IP or Neiman Marcus?? by gtwreck · · Score: 1

    ;)

    Surely Neiman Marcus' cookie recipe lawyers have gotten across the Atlantic by now...

    GTWreck

  108. Holy Friggin' Christ! by Anonymous Coward · · Score: 0

    But the sticky point about cookies is that they often store data without a users' explicit approval. The Commission has been debating whether individuals should have the last word (lawmakers call this the ``opt in'' method) on what bits of personal information are collected on them while online.

    What the hell do you call "BROWSER PREFERENCES?" Damn moronic politicians. Individuals ALREADY HAVE THE LAST WORD! Stop debating idiotic stuff and get to the more serious issues, like how much you're going to pay me to not kick your asses!

  109. The Big cookie secret by geekoid · · Score: 2

    If you go to a site that mandates cookies, but don't want them what do you do? You turn off write permissions to your cookie directory.
    Alls the site know is wheather or not you accept, not that they really got written.
    Cookies are just a way for companies to off load data to there customers.
    There is no reason why they can't store a user info on their machines.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  110. Nonsense by Anonymous Coward · · Score: 1, Interesting

    This is a rumour that seems to have popped up over the last couple of days which is total nonsense.

    The truth is that there is an EU legislative proposal currently in drafting that includes some propositions on how to combat the threat to privacy which we are all starting to face from companies like Doubleclick.net and other advertising agencies which have systems in place which combine large scale website tracking with real world identification systems.

    Basically allowing them to know who you are and which websites you are visiting, for how long, what you are doing there etc. all without you knowing.

    The sort of stuff that we fear goverments may one day start doing which is already being implemented by various commercial organisations

    Thankfully the EU have decided to do something about it. How this has been interpreted into a complete ban on cookies is beyond me.

    The closest anything comes to being of the sort is a possible solution included among many that would stop 3rd party advertising cookies from tracking which websites people visit without the users consent.

  111. Slashdot has been hacked by er333 · · Score: 1

    This should be saved for posterity.

    Face it, Slashdot: you've been hacked by the "Interactive Advertising Bureau".

  112. Re:Let's no throw the baby out with the bathwater. by geekoid · · Score: 2

    It should be the businees responsibility to maintain the user info, not the customer.
    house all the user info on the business db. when someone logs in, grab an unique ID, mac come to mind.
    Why should I be forced to waste my money on data YOU want?

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  113. yeah right! by Erris · · Score: 1
    But the web sites would not be allowed to match that information with individual identities. They could still gather statistics, monitor actions, and anything else cookies are useful for, but not for targetting individuals.

    Sure. How do you verify that?

    The whole idea of usning visitor's computers to track them from one site to another without asking is outrageous. Just asking would be nice. Compulsory publication of just what and how cookies are used by a site would be better. No bullshit cryptic binary dropped on my machine, please. Put up a page that tells me exactly what the thing does and how, or shove off. Where else do you have to sign a blank check before services are rendered?

    --
    DMCA, Hollings, Palladium. What might have sounded like paranoia is now common sense.
  114. Things will break by whjwhj · · Score: 3, Interesting

    I have a number of customers in Europe (particularily in Germany) who express a great deal of trepidation and fear about cookies. Particularily from folks who aren't tech savvy. I once wrote an entire web app that maintained state using GET paramaters and hidden input fields, all because they fear cookies. But since then, I've written many apps that wholeheartedly rely on cookies. If the EU were to ban cookies altogether (which apparently they may not) ... well my customers are going to have to shell some good ol' US dollars my way to make things work! I say bring it on!

  115. NO! by Anonymous Coward · · Score: 0, Flamebait

    You americans have done so many stupid things (CDA,DMCA,COPA,OUT-OUT), Now it is OUR turn! :o)

    Seriously, it is good to see that someone is prioritising personal privacy instead of capitalism (Yes, i know that cookies have other uses). Perhaps this will be a wake upp call to those currupt NSA Puppets/assholes/morons you call politicians.

  116. Troll? Redundant? by Argyle · · Score: 1, Offtopic

    Geez, I guess the mods are all out of good stories to mod up and Natalie Portman grits to mod down...

    --
    nuclear iraq bioweapon encryption cocaine korea terrorist
  117. mixed emotions by lowtekneq · · Score: 1

    Even though its nice to know that some governments care about our privacy im still against nations trying to enforce laws on the net. Since the internet is international this would only effect a small amount of sites (relativly speaking) on the net. Will this effect sites based in the us or asia, no so whats the point. What im afraid of in the future is that different contries laws concerning the net are going to conflict each other. Can't we go back to the controlled anachy the net was in only a few years back?

    --
    Carpe meam simiam!
  118. So, rather than use a cookie by PugMajere · · Score: 1


    You'd like to stick all the session information into plain-text logs and proxy server logs? (Proxy servers that many users on broadband connections can't even avoid, because they are forced to use them at the network level.)

    Thanks. Good job protecting privacy of my 'sessions'. Anyone with access to those logs (a bigger group than those that can sniff my connection on that particular network, typically), can now hijack my session.

    Cookie's don't get logged. That's a huge plus over your method.

    1. Re:So, rather than use a cookie by sinster · · Score: 2, Informative

      Please, Evelyn Wood isn't doing you any favors. Read a little more slowly:

      The session information doesn't get logged, only the fact of the session, in the form of the session id. The session info never gets written to any hard disk. Anywhere. It is completely impossible to reconstruct the contents of the session info by looking at server or proxy logs. Every page you go to that asks a user to enter information that will end up in the session data block is an SSL (v3) page. Not just that page, but the IMG links, post address, etc, so I can protect the referrer URLs, too. Yes, you could reconstruct small portions of the session data block by seeing which pages the user went to, but by no means can you get anything interesting.

      And you might want to try reading some web server configuration instructions some day. Not only can cookies get logged... not only do cookies get logged... but if you use cookies for session tracking and you want to use WebTrends to analyze your logs (as is precisely the case with most websites) then you /must/ log cookies. Netscape, IIS, and Apache all support the logging of cookies.

      Note that not only do I not use cookies, I also don't use WebTrends (any more). But that's untrue of the vast majority of commerce sites out there.

      --
      -- Nolite audere delere orbiculum rigidum meum.
    2. Re:So, rather than use a cookie by PugMajere · · Score: 1

      So , you're saying that cookies are *more likely* to be logged than URLs?

      Hogwash, I say.

      The fact that your 'session information' is never written to disk has nothing to do with use of cookies.

      And my statement that putting session identifiers (not information, the identifier) into URLs makes them much more likely to be logged by proxys that users have no control over isn't really in dispute by you, is it? You just stated that cookies *can* be logged. As far as I know, every URL passing through a webserver gets logged - so someone able to access proxy or webserver logs in realtime but not the actual system (if, for example, you dump your logs off to another box in real-time) can hijack a session if your only identifier is the session ID. If you're doing better checking than just session ID, cookies provide exactly the same solution, and are a hell of a lot simpler to use from a programming point of view. (No continual url rewriting on static content, for one thing)

      Yes, it's possible to completely remove cookies from use - but it's not generally worth the effort.

      (And I actually work on a website where I'm forced to use *purely* relative paths - I can't ever specify a complete URL due to some insane amounts of NAT that the machine is behind. Providing a service to 5 or 6 distinct networks off of one server, where the network support group refuses to maintain a table of 'destination network vs our IP' is impossible in a pure URL rewriting environment.

    3. Re:So, rather than use a cookie by sinster · · Score: 1

      Of course I'm not saying that cookies are more likely to be logged than URLs. URLs are absolutely guaranteed to be logged. But if someone is operating a proxy or sniffing HTTP traffic for the purpose of hijacking sessions, then I also absolutely guarantee that the person is going to log cookies too, or he's an incompetent baboon who poses no threat to anyone.

      The fact that my session information is never written to disk nothing to do with cookies, true, but it has a lot to do with this discussion. And that is whether or not mangled URIs do a better job of protecting privacy than cookies. And the answer to that is clearly "yes", because there is no way for an outside attacker to recover the session information.

      Further, a person doesn't have to look at logs in order to get cookie values. Theoretically cookies can only be read by people who are at a compatible domain to the one who set the cookie. But that's hogwash. Go check some security archive some day, the number of methods that currently work in order to read the cookies of other sites is huge. And that's not even counting the attacks against the client computer to read his hard disk.

      Now, your session hijacking attack is true. Someone who finds a (current -- sessions time out quickly when idle) session ID on our site can use that information to start browsing in that person's session. What can that person do, what information can that person find, by hijacking the session? Well, if he's got a credit card, he can purchase a new advertising campaign for this user. He can't purchase a new campaign on the legitimate user's card because we never store credit card numbers (anyone who does should be shot out of hand). So the user ends up getting a free ad campaign, courtesy of the hijacker. Shucks. He can certainly see what ad campaigns the user has that have already been booked. And so can see what that user is advertising. So what? It's advertising. The whole point is to get lots of people to know about it. This could be a problem if the user has booked a campaign for a special promotion in the future, and doesn't want people to know about it before the promotion starts. He couldn't change the user's password (or see it). He couldn't cancel any of the user's campaigns. He could get the user's email address for sure. And, yes, that's a problem. We don't have a solution for either of those problems. But it's certainly a better situation than if we were using cookies, in which case at least this much information would be available.

      And Im curious about what "better checking" you're considering. I hope you aren't thinking about IP address verification. That doesn't work, because you end up blocking out every AOL user (people browsing through AOL potentially change IP from request to request, because of the mandatory proxies that AOL uses). We tried that for a while.

      And I don't know why you believe that url rewriting makes it harder to use from a programming stand point. You write a library to access cookies or you download one. You write an apache content handler to rewrite urls. Both are extremely easy things, and once done you don't have to do it again. Have you ever written an apache module? It's very easy.

      Regarding your last comment, there's only really one reason that we don't use purely relative paths: we're cheapskates. All of our absolute URIs are links into or out of our secure server (or attempts to change the session ID). Since SSL certificates are dependant on the host name, and we have a huge number of partners, each of which have their own domain name on our site, we didn't want to have to buy >2500 SSL certificates. So we bought one certificate, and every entry to or exit from SSL goes through a single domain name. That forces us to use absolute urls. Other than that, everything can be a relative URL. Personally, I find relative URLs much easier to work with than absolute URLs, because it makes it a whole lot easier to maintain the website.

      --
      -- Nolite audere delere orbiculum rigidum meum.
  119. Read-Only Cookie files by dltaylor · · Score: 1

    Too many web sites are cookie-junkies (literally dozens of cookies per page) to use the "ask me to allow each cookie" feature of most browsers. Too many other sites complain if you reject the cookies. I simply set the browser to allow all cookies, then keep the cookies file (Netscape/Mozilla) or directory (IE) read-only. For those rare (so rare I cannot rememeber the last one) times that I want to really allow cookies, I can toggle the file/folder back to read/write, then clean up and toggle again when I'm done.

    I have had no problem buying on-line, but that may be luck, in that I haven't tried a site that keeps all of my pending transaction data in cookies. I haven't had any other problems, either. On top of that, I don't have to worry about cookies eating away my disk space.

  120. Re:How do you deal with bookmarks by slazlo · · Score: 2, Interesting

    What if in my site there is content that the users may wish to bookmark? Do you use an url rewrite to strip out old session data and create a new one? Plus have you had any feedback from users that like may be turned off by the unappealing url appearance?

  121. Biscuits by sabinm · · Score: 1

    They're not cookies! they are crumpets and tea biscuits dagnabit!

    --
    http://cincyboys.blogspot.com/ Everything Cincinnati. Including the word 'Finnih'
  122. Alternative to cookie: URL-rewriting and its flaws by fractalus · · Score: 3, Interesting

    Ultimately there are too many applications that run over the web that have to have session identifiers. Sometimes it's so that it can identify returning visitors, sometimes it's so it can just track some current information (like your shopping cart). Somewhere, it's going to have to stick that session identifier in there.

    You can put it in the cookie, but that means people who disable cookies on general principles can't use your site. Sort of a nuisance.

    You can put in on the URL, but if you do that, you have to be aware that people may send URLs containing session identifiers to their friends by e-mail, or they might post them to a newsgroup, or better yet, they might just put up their own web site with a link with that ID in it. I've seen all three in sites I've worked on that use URL-rewriting.

    Because we wanted to avoid cookies, we started checking referrers on inbound requests. Yes, of course referrer can be spoofed; that's not the issue. We simply wanted to catch casual sharing of URLs containing session identifiers. Any referrer that doesn't match the site of the actual request, or where the session ID is different than the one in the request, is rejected; a new session is established at that point. If the request was for an interior page that requires logging in first, the user then gets booted back to the site entrance or a login page.

    It really depends on whether you want to go ahead and use cookies or not. I prefer not. Cookies certainly are not the only way to manage sessions.

    --
    People are never as simple as their stereotypes. This applies equally to Christians, Muslims, and Emacs-lovers.
  123. No, cookies aren't necessary... by sudog · · Score: 1

    ...sigh.

  124. Die Cookies, Die! by Crick · · Score: 1

    "Whoever proposed this absolute ban on cookies clearly has never done any kind of web development. Sheesh."

    The question is have you ever done any kind of web development with cookies? The best thing that could ever happen to web developers is the abolishment of those pesky little cookies. No more cross-browser problems, no more fiddling with JavaScript because some browsers (you know who you are) don't support Cookie headers. DiE CooKieS DiE!

  125. It's also in English, if you bother to read... by orkysoft · · Score: 1
    I quote:
    Homepage Wim van Velzen
    View this page in English
    --

    I suffer from attention surplus disorder.
  126. Caveat lector by sulli · · Score: 1
    Keep in mind, as usual, that a "news" story whose sole source is an executive with an agenda to push is unlikely to portray the situation accurately.

    Seriously!

    --

    sulli
    RTFJ.
  127. fa! by Anonymous Coward · · Score: 0

    yes. It is going a bit too far. But the EU is very good at going a bit too far. Just be glad you don't live in Europe.

  128. Good Idea! by Anonymous Coward · · Score: 0

    Kill cookies and you kill IIS/.NET/Passport hehehe
    very unlikly to happen thru...

  129. Way off topic by Michael+Woodhams · · Score: 1

    Ne delere orbum rigidium meum.

    "Truely, my deprived, rigid self is obliterated by you"?

    (With assistence from The Perseus Digital Library and a very rudimentary knowledge of Latin. This dictionary doesn't believe in the word "rigidium", but does believe in "rigidum".)

    --
    Quattuor res in hoc mundo sanctae sunt: libri, liberi, libertas et liberalitas.
    1. Re:Way off topic by sinster · · Score: 1

      Ne delere orbum rigidium meum.

      means (or is intended to mean)

      Don't you dare erase my hard disk.

      --
      -- Nolite audere delere orbiculum rigidum meum.
    2. Re:Way off topic by Michael+Woodhams · · Score: 1

      I've consulted my local Latin expert, and this is what he says.

      "Without a dictionary handy, I'll have to take the slashdotter's word for "rigidium".

      I'm not familiar with the imperative being formed from ne+infinitive, only with noli+infinitive (for one orderee) or nolite+infinitive (for many). It's possible that it was meant to be a jussive subjunctive, which is less emphatic than an imperative: "may you not erase ...", but that would have been "Ne deleas ...".

      Apart from that, it looks fine. I'm inclined to dismiss the "dare" part as an idiomatic flourish on the English side of the translation.
      "

      So "Nolite delere orbum rigidium meum" may be better. (I'm assuming you are telling many people not to erase your hard disk, not just one.)

      My attempt at putting this into Latin was:
      "Non audere orbiculum rigidum mei deles."
      but had several* mistakes and was corrected to
      "Nolite audere orbiculum rigidum meum delere."

      I have explicitly translated the 'don't dare' (audere - to dare) in my version, and used 'orbiculum' (a small disk or pully) rather than 'orbis' (any round thing) and used 'rigidum' rather than 'rigidium' because that's what the online Latin dictionary I refered to said.

      * three mistakes in 6 words - 50% is a pass, isn't it?

      --
      Quattuor res in hoc mundo sanctae sunt: libri, liberi, libertas et liberalitas.
    3. Re:Way off topic by sinster · · Score: 1

      ... I'll have to take the slashdotter's word...

      I'm innocent, I tell you! I've never slashdotted anyone. . . Well, perhaps I've contributed to someone being slashdotted. :)

      The rigidium vs. rigidum difference could easily be my error. I'm known for using -ium when -um is correct. A common mistake on my part.

      I think I'll take your expert's advice and switch to nolite

      I like your version that explicitly uses audere. But why did you form it as nolite audere orbiculum .... delere instead of nolite audere delere orbiculum...?

      Some small background. Years ago, I was told of someone making a usenet posting that contained latin translations of various computer-related phrases. This was one of the phrases. I never did find that posting (not that I looked too hard), but being that I'm somewhat interested in Latin, I decided to take a stab at some of these. This is the result of one of my efforts.

      --
      -- Nolite audere delere orbiculum rigidum meum.
  130. Opera allows opt-in/opt-out by site by adoll · · Score: 1

    I use Opera (http://www.opera.com) for most of my browsing. It allows configuring cookies by site; so Slashdot and the bank are allowed to store cookies, flycast and double-click are not.

    And I can change this list on the fly, so if I want to <horror>visit a pay-porn site</horror>, then I can configure it as "per session".

    -AD

  131. Yeah.. by Scooter · · Score: 1

    Yeah and they're thinking of outlawing Christmas too.

  132. Banning cookies using encryption by adoll · · Score: 1

    Encryption is bad. Encryption allows people to transmit data without the [insert country's spook agency] finding out about it. People might be able to do things like conduct commerce across borders with something like this!

    So make sure that all cookies are broadcast in PLAIN TEXT and that they can be read by [spook agency] after obtaining the proper court order, Papal Bull, etc.

    oh, wait a minute...

    -AD

  133. Re:Let's no throw the baby out with the bathwater. by Anonymous Coward · · Score: 0
    Under EU law, you need to have Tom's permission to keep that information in a database.

    So if I put "Tom lemonade 12:15pm" into a database, I am breaking the law, but if I write on a piece of paper, "Tom lemonade 12:15pm"...

    ....well, I'm still breaking the law, aren't I? And isn't my memory a database too? If Tom doesn't give me explicit permission to remember he buys lemonade at 12:15pm, am I supposed to dose myself with roofies? Get a lobotomy? Perhaps the EU needs Thought Police after all!

  134. Re:How do you deal with bookmarks by sinster · · Score: 1

    Well, you've got two questions there. The first is about bookmarks, the second is about unappealing URIs. So let's hit them one at a time.

    bookmarks:

    When you hit my webserver, an apache authentication handler module that I wrote gets tickled. That module extracts the session information from the URI and does an internal redirect to the same URI without the session info. But before the redirect, it queries the login daemon (that's my little session management daemon that I talked about before) to see if it's a valid session and comma-delimited string. If so, you pass right through. Otherwise it assigns a new session and redirects you to the front page of the website.

    I'm reskinning the website right now, and in the process I'm revamping this module so that it knows about "logged in" pages vs. "anonymous" pages. If you come in with an invalid session and are requesting an anonymous page, it'll give you a new session and redirect you to the actual page you requested. But if you're requesting a "logged in" page and have an invalid session, it'll assign you a new session, then redirect you to a login page. If you log in successfully, that'll redirect you to the page that you originally requested. That functionality isn't in place right now, but it will be soon.

    I should point out that I truly despise methods that allow a person to log in without typing a password. Whether that's storing a password or password equivalent somewhere is equally heinous. So I'll never add support to allow a user to go straight to a "logged in" page: they'll always have to enter a password at least.

    ugly URIs

    No, we really haven't gotten any negative feedback about our abominable URIs. Ya, if someone had to actually type in one of these URIs, I could certainly see them being annoyed. But no one does. They come to our front door, click on the members login link, and go from there.

    Now, there is actually a situation in which you would want to actually type one of our long session ids. That's the whole affiliate program. We allow people to sign up as affiliates to AdAce, and then put a link to us on their own web page. If someone follows that link and purchases an ad campaign, we give a 10% bounty to the affiliate. The way that works is with a set of special session ids. If you come into our website with a session id that has a particular numerical characteristic, then that's considered to be an affiliate code. A database lookup is performed to see if that matches an existing affiliate. Whether it does or not, you're assigned a new (regular) session id. But if it does match an existing affiliate, your session data is stamped with that affiliate's id, so that if you do make a purchase, we know which affiliate should get the 10% reward.

    As you might have noticed, our session IDs are 32 hex digits long. That gives us 2^128 possible sessions simultaneously. Our actual max limit is much lower than that, but I specifically wanted our valid session space to be very sparse. This is complicated by the affiliate codes. There are 2^112 values in our session id space which possess the numerical characteristic that distinguish session ids from affiliate codes. And, yes, that's also a very sparse space. But in any case, 2^112 is a tiny portion of the whole 2^128 space, so it really doesn't impact us at all.

    When an affiliate sets up their link to us, they might have to type in this ugly URI that contains their affiliate code. But we send them that URI in an email, so if their mail reader can handle it, they can just cut-and-paste the URI into their web page. No typing involved. If their software can't handle it -- well then, shucks.

    But the whole point of this: no, no one has complained.

    (incidentally, I've been wanting to redo our session ids so that instead of using just hex digits, we use 0-9, a-z, A-Z, -, and _. That'll make our session ids shorter (64 values per digit or 6 bits instead of 16 values or 4 bits), and much less obnoxious as a result.)

    --
    -- Nolite audere delere orbiculum rigidum meum.
  135. I know you lame web "producers" and "directors" by Rogain · · Score: 0, Troll

    just love cookies, but they are lame bullshit stop using them. My harddrive is not part of your data-storage solution. You see all the time websites where you can pull up all kinds of interesting info, by just using someones account. Goto 1800 contacts, via cookies, you can see the name and phone number of the person's eye doctor, netgrocer shows you their past purchases and shopping lists, and so on and so on, all without any authentication. Go die you lame web dorks, you are not developers.

    --
    The current Slashdot moderation system is made by gay communists!
  136. Re:How do you deal with bookmarks by sinster · · Score: 1

    Oh, and in case it wasn't obvious.

    We, myself and AdAce, are not trying to protect the intellectual property of this method. If you want to use my posts on this subject to implement your own URI-mangled session tracking, then please do so. You won't have to worry about patent license fees, lawsuits, or any of that crud.

    I would be tickled absolutely f*cking pink if no one on the net used cookies anymore.

    Of course I'd be pleased if you credit us, but the idea of getting rid of cookies throughout the Internet is far more interesting to me than any frivolity of credit for the method.

    --
    -- Nolite audere delere orbiculum rigidum meum.
  137. Updated by tooth · · Score: 1
    The submitter's write-up is wrong. Read the story...

    Isn't that the job of the editor too?

  138. no legislation needed by maxpublic · · Score: 1

    Legislation isn't needed here. What the EU could do instead is set up guidelines that it expects 'honest' web sites to follow re cookie use disclosure. Commercial web sites could then submit an application to an EU advisory board stating that they comply with the EU directives, at which point the site would be 'certified' as EU-privacy-approved.

    At this point you could benefit the average joe in one of two ways:

    - any 'certified' site would be able to put the words 'EU Certified' in the cookie pop-up, telling you that the EU thinks the site is generally honest;

    - a more extensive approach would be to develop a plug-in which downloads a list of 'certified' sites and then warns the user whenever a site attempts to load a cookie onto the users machine that isn't EU-approved.

    Either one would work without legislation while at the same time leaving the choice up to the individual as to whether or not they care about EU approval for sites. It also allows companies/web sites to decide for themselves the same thing. A completely voluntary system all-around.

    Max

    --
    My god carries a hammer. Your god died nailed to a tree. Any questions?
  139. Another Non-Event by radsoft · · Score: 1

    Seems /. is getting hard up for newsworthy stuff to lure its kiddies back.

    --
    radsoft.net
  140. Neato, lets apply this rule everywhere! by Anonymous Coward · · Score: 0

    Damn straight, time to legalize murder, then we all can just remember that murder is wrong, then we won't do bad things like murder. We wont have to spend all that money on detectives and police departments, because murder will stop. The government can never make something people want to do stop doing it, its a pathetic failing of goverments that their so-called democracy is in fact not approved of my the vast majority of the population, otherwise why would they need so many laws and cops?

  141. No, not just confirmation by horza · · Score: 2

    The simple accept/deny facilities for cookies do not go far enough. From this the user cannot tell whether it is being used anonymously just to be able to count unique visitors, or whether it is being used to track visitors around/across sites and can also be cross-referenced against registration data they may have entered earlier.
    Your implication that they are attacking a technology is wrong, there are merely pushing companies into responsible use. For many sites this will take the form of the registration page having an extra (by default unticked) box on their registration page which asks the user whether they can track their viewing habits ("to help us deliver more targetted content" of course), and the backend software tweaked to filter those that do not opt-in. Other than that cookie use is unrestricted by the legislation as long as you cannot tie the information directly to an individual.

    Phillip.

  142. Bad Analogy by Elbow+Macaroni · · Score: 0
    I would say it is more like leaving a door wide open on a busy street, inviting people to come inside and when they are there putting a pin on their lapel that says, My Name Is, My Browser Preference Is, I Looked in This Room Last, I went to X Before I Came Here. Etc.

    If the people are going to come in and they don't want the lapel pin all they have to do is say no by turning off cookies in their browser.

    Why don't they just outlaw people surfing on the Internet who don't know how to turn off cookies instead?

    --
    -------------------------------------
    Technically, we are beyond survival.
  143. "No cookie for you" by PhilTR · · Score: 0, Troll

    Personally I don't give a hoot if any web site needs or uses cookies. They can use them all they want, just keep the g*d damn things off my computer.

    There is absolutely NO need for a web site to put their deal on my computer. They can keep all info regarding my visit on "their" computer. When I come back for a visit they can do a "look-up" to see if I've ever been there and then continue doing their stick.

    Now of course if they want to put some green in my palm for putting their sh*t on my computer...well now that's another story all together. PhilTR

  144. Links to the proposed amendments/legislation by piou · · Score: 1

    They aren't banning the cookies (or web bugs, which are also covered). Read the proposed amendment: PDF (page 6) or text (converted from PDF).

    --
    --------- http://www.ahref.com: a community for web developers http://www.piou.org: yet another blog ---------
  145. Re:Let's no throw the baby out with the bathwater. by 91degrees · · Score: 1

    No, don't be stupid. The act is quite eexplicit about what a database is. a filing cabinet is. A brain isn't.

  146. Re:Let's no throw the baby out with the bathwater. by closedpegasus · · Score: 1
    >>when someone logs in

    If you can get someone's MAC address from a tcp/ip transaction, more power to you. For those of us using the internet...that's impossible.

    The point is not to store the users information on their computer, that's stupid and bad design. The point is being able to differentiate between two users...you need some way of knowing who's who in the stateless HTTP protocol.