Slashdot Mirror


Net Marketers Worried as Cookies Lose Effectiveness

Saint Aardvark writes "The Globe and Mail reports that Internet marketers are worried about the decreasing persistence of cookies. Almost 40% of surfers delete them on a monthly basis, says Jupiter Research -- a fact one marketers attributes to incorrect associations with spyware and privacy invasion. United Virtualities' Flash-based tracking system is mentioned as a possible substitute...though they don't mention the Firefox plugin that removes them, or talk in any meaningful way about why people might want cookies gone. Still, the article is a good overview of life from the marketer's perspective."

93 of 556 comments (clear)

  1. The other side of things. by XorNand · · Score: 5, Informative

    Going to play the devil's advocate here, because I know how most of the rest of you feel:

    I used to be the web architect for a .com a few years ago. I created a custom metrics program that intergrated into into our (also custom) ecommerce application. To track users, I gave them a single, persistant cookie that contained only a GUID. I used this information to determine our converstion ratio (number of visitors to buyers), figure out the top paths through the site, determine percentage of traffic that was return visitors, etc.

    All this stuff was entirely anonymous unless they purchased something from us. But, even then their site history was really only incidently linked to their contact info because we never correlated the data together. Why would I? Knowing that "John Smith" visited our site 3 times a week isn't really any more insightful that knowing that "User #5233258" visited us 3 times a week. The data was only useful in aggregate. For example, knowing that the last page 20% of people visited was our contact page, yet only 10% of those people actually submitted the form would make me reevaluate that page. Maybe the contact form wasn't very user friendly? So, I'd tweak it and then recompare the metrics.

    The whole point of my tracking was to better serve our visitors and eventual customers. I wanted to make it easier for them to do what they came to our site to do. Or it would help us target our advertising for effectively. If a lot of people clicking through from a banner ad we had on Site A tended to buy Widget B, we'd decide to modify the banner ad to specifically highlight Widget B. Maybe my attitude is different than most, but I can't be unique. I never looked down upon our visitors, feeling that I was hearding cattle together to be slaughtered, or at least ripped off. Quite the opposite. These visitors wanted to be on my site, elsewise they wouldn't have dropped by. It felt pretty cool that so many people were coming to a site that I was responsible for managing. These people were supplying my paycheck and I had to make sure that they preffered our site to our competitors'. If a lot of visitors deleted that single cookie I used, that made that job much more difficult.

    Does that still make me evil?

    --
    Entrepreneur : (noun), French for "unemployed"
    1. Re:The other side of things. by garcia · · Score: 2, Insightful

      Cookies are fine for storing login information. If a user wants to keep a persistent cookie to make their visits to my site easier they are free to click the box. If they only want a session ID then they can login, use the site, and leave w/o a cookie.

      Why do companies think that it is important to not tell a user up front that they are going to get a cookie w/o logging in?

      Yeah, they might have been paying your wages and you were just doing your job but I don't see how aggregating statistics need to be done via cookies. Can't you do it through your logs?

    2. Re:The other side of things. by Miros · · Score: 3, Insightful

      I think you make some really interesting points. From one aspect, you are tracking users by depositing information on their computer. While you claim this information could not be used to identify them elsewhere, it's certainly a concern with less careful web developers at the cookie helm. At the same time, you make an interesting point about how a store owner may want to track how their users use their site, what brings them there, and what they look for. If you think of a real store, the owner would certainly be able to do this easily by simply watching the customers (many do, many even ask if you want help to see what it is that you're looking for). Really, without some tracking mechanism like this, web shops would have to depend entirely on user feedback to determine how easily their customers are finding products on their sites, and how many visitors turn into buyers. I think both of these pieces of information can be quite critical to obtaining success.

    3. Re:The other side of things. by Compholio · · Score: 4, Interesting

      Knowing that "John Smith" visited our site 3 times a week isn't really any more insightful that knowing that "User #5233258" visited us 3 times a week.

      Then why isn't user 123.456.789.012 good enough?

    4. Re:The other side of things. by afidel · · Score: 2, Interesting

      If you really ARE looking at agregate statistics then how does deleting the cookie really impact your analysis, other than slightly inflating your unique visitors numbers? I would think that things like best path through the site could be determined from session cookies, no need for them to be sustained. If you want to track return purchasers just associate their account with a cookie and if they return to purchase again just reassign them their original GUID or combine the GUIDs into one trackable metric. I don't think tracking me makes you evil, and in fact if I actually use a sites resources like customizable pages I am unlikely to remove their cookies. I personally only block cookies from cross site marketers that are trying to obtain some kind of privacy invading profile of me and my habits.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    5. Re:The other side of things. by temojen · · Score: 2

      I have no problem with one site tracking my motions through their services. What bothers me is services that track me through multiple unrelated sites, some of which have my personal information on file.

    6. Re:The other side of things. by Saven+Marek · · Score: 2, Interesting

      Yes. Simply put, my sense of privacy says that I do not wish to be tracked, in any way shape or form.

      Your presumption that it is OK to do so and that because you want to make your site better you somehow have the right to presume that is arrogant and misled. I'm an anonymous visitor and I wish to remain anonymous. I do not want you recording any information on my IP, me, my browser, cookies, where else I've been on your site and how long I was there. I do not want to be given a customer number or an entry in a database. I do not want you to keep any record of where I go, whatever label you might put me under.

      Disobeying my wishes is disrespecting your customers, and you wouldn't have a returning customer in me.

    7. Re:The other side of things. by Enigma_Man · · Score: 4, Informative

      I have a similar story. I design / manage the website for a company, and we had a reasonably big problem with using cookies for internal "tracking" purposes. Not to track customers in the "evil" way, but just to keep track of things in their shopping cart, and other similar info to what you stated. The problem we had was with people having cookies shut off. At first, we'd just not track them at all, and the shopping cart would ask them to turn on their cookies, and gave some quick directions, and links to detailed directions for different browsers. A lot of people seemed to be totally turned off by this, based on the amount of people that read the instructions and then didn't even start shopping.

      What we ended up doing was using alternate methods for tracking users as they browse around our site, mainly using links with generated tails attached to them that were unique to each visitor. Like, instead of linking to index.cfm in the navigation window, It would be index.cfm?user=5012345, and we'd keep track internally. Obviously this isn't a safe use for a shopping cart type thing, but we used other methods to secure that.

      Mainly, I just wanted to say that there are methods other than cookies that work just as well.

      -Jesse

      --
      Nothing says "unprofessional job" like wrinkles in your duct tape.
    8. Re:The other side of things. by digidave · · Score: 2, Informative

      Congratulations on inventing a less useful form of session variables :)

      --
      The global economy is a great thing until you feel it locally.
    9. Re:The other side of things. by Loonacy · · Score: 5, Funny

      Because IP addresses don't go that high, duh.
      (Although I completely agree with the general idea.)

    10. Re:The other side of things. by Enigma_Man · · Score: 4, Informative

      user 17.123.23.5 might be 30,000 computers, that's why. IP addresses are not a good way of tracking individual users because of network routing / NAT etc.

      -Jesse

      --
      Nothing says "unprofessional job" like wrinkles in your duct tape.
    11. Re:The other side of things. by zx75 · · Score: 2, Insightful

      Ok, you're obviously running a site that is not insignificant if you have an eCommerce application, GUID numbers and tracking individuals as they visit different pages. There are other ways to do this outside of cookies that gather non-aggregated data without putting anything on the user's machine.

      The simplest example I can think of is one Java based web application I was one of the deveopers for. We had to deal with secure logins, we had eCommerce and a variety of other things that are mostly irrelevant. But the big thing was intercepting more than one person attempting to login with the same id, as well as session timeouts. This was further complicated by the fact that we had certain pages that users were expected to go to, and spend 10-20 minutes reading without generating another page hit.

      So what we ended up doing was correlating IP addresses, user ids and page identifiers along with timestamps to track a user through the site by way of session level Java Beans and validate if a user had timed out, if it was the same one attempting to log back in after exiting their browser in a way that didn't terminate a session, or another IP attempting to log in to a busy account.

      This info was stored on the server side, and from it we could assemble user flow and page use statistics without ever using a cookie or piece of Javascript.

      And before anyone says anything, yes we did have strict privacy policies and agreements in place with our clients since access to the application had to be purchased in the first place.

      --
      This is not a sig.
    12. Re:The other side of things. by justforaday · · Score: 2, Funny

      Because obviously somebody is spoofing their IP address...

      --
      I'll turn into a supernova and burn up everything. Well I'll turn into a black little hole and you'll turn into string.
    13. Re:The other side of things. by Gaewyn+L+Knight · · Score: 2, Insightful

      Web proxies and NAT

      I would bet 50% or more of the current web traffic is aggregated behind those 2 items. Makes IP based tracking useless.

      --
      Telcos have alot of dark fibre in the States. Most people assume that's optical fibre...but it's actually moral fibre.
    14. Re:The other side of things. by dgatwood · · Score: 2, Insightful
      Yeah, they might have been paying your wages and you were just doing your job but I don't see how aggregating statistics need to be done via cookies. Can't you do it through your logs?

      Nope. Thanks to the prevalence of proxies, log data should be considered nearly useless.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    15. Re:The other side of things. by Mr.+Shiny+And+New · · Score: 2, Insightful

      If the task were possible by using logs, would that make it ok? I don't really see the distinction: Using a cookie to track a user for aggregate data is bad, but using logs to track a user for aggregate data is ok?

    16. Re:The other side of things. by BlogPope · · Score: 2, Informative
      I would bet 50% or more of the current web traffic is aggregated behind those 2 items. Makes IP based tracking useless.

      Better yet, large organizations, (AOL especially but not exclusively), will do a madnening thing with Poxy hopping. User A might come from 3 different IP's during a single 15 minute session, tracking without some form of cookie is almost impossible, and worse yet locking a session to an IP for security fails horrendously.

      --
      My other car is a Popemobile
    17. Re:The other side of things. by The+employee+can+cho · · Score: 2, Insightful

      Few will argue that cookies serve a legitimate need for intra-site surfing. The shopping cart example above is a good one.

      The real issue is the handful of companies with ads that are pervasive. I get a nice little prompt each time someone tries to set a cookie on my machine. (I do this out of curiousity, more than a privacy concern.) Doubleclick ads show up all over the place. Even worse, I see cookies being set from *.207.net from everywhere.

      Try to go to www.207.net - it is a blank page. They want to track you, but they don't want you to easily see who they are. Those cookies are set by an online marketing giant Omniture.

      I can block all future cookies for this 207.net domain, but they never use the same one twice. So you cannot have a blanket deny for all 207.net cookies. One site will have 398jdije.207.net - the next may be 39du39.207.net.

      It is this type of deliberate obfuscation that earns my distrust.

    18. Re:The other side of things. by neiras · · Score: 2, Interesting

      I think you make some really interesting points. From one aspect, you are tracking users by depositing information on their computer. While you claim this information could not be used to identify them elsewhere, it's certainly a concern with less careful web developers at the cookie helm.

      Cookies cannot be accessed by sites that did not put them there in the first place. The carefulness of web developers has nothing to do with anything.

      Advertising companies that embed ads in the web pages you surf can read values from a cookie that they set, and they can do this on any page that embeds their ads. It's the same thing as hitting the advertising company's web site whenever you see an ad - of course they can set and read that cookie, and all they're storing is an id number and some frequency cap values (if you block cookies, it might be assumed you haven't seen a popup - so you see more popups!)

      As a web developer, I know that cookies are a good solution to the problem of maintaining state in a stateless medium. It's too bad that they've garnered so much attention as a tool of unscrupulous advertisers - it's hard to write a decent web application without them. The paranoia surrounding cookies is largely unfounded.

      There *are* other methods of tracking session IDs, though, and the smart advertising companies are using them.

    19. Re:The other side of things. by phasm42 · · Score: 2, Informative

      If you really want to see what IE is up to, check out ieHTTPHeaders. It's great for dev work, when you need to see exactly what your browser and the server are saying to each other. For Mozilla based browsers, use LiveHTTPHeaders.

      --
      "No one likes working in a hamster wheel, and your shop smells of cedar shavings from here." - TaleSpinner
    20. Re:The other side of things. by neil.pearce · · Score: 3, Insightful

      Cookies cannot be accessed by sites that did not put them there in the first place
      You'd hope that would be true, but historically that has not been the case. A google for "cookie exploits", "cookie migration" and even a browse of IE "domain" bugs shows this to be true.

      The carefulness of web developers has nothing to do with anything.
      Really? Some years ago I noticed that the FriendsReunited.co.uk website set a cookie after I'd logged in, along the lines of "confirmeduser=23959".
      What happened if I modified the cookie? Yep, you guessed it... ability to modify somebody elses details.

      As a web developer, I know that cookies are a good solution to the problem of maintaining state in a stateless medium
      If the medium is stateless there is no solution. You mean "as a lazy developer, cookies work most of the time"?

      As a web developer
      I'm guessing you claim cookies to be "good" because your development environment/web-server is not configured to allow anything else? Why not just append a "&sessionid=[big binary data]" to all your page links? I'm guessing that, despite being a "web developer" you are not given the ability to do so

    21. Re:The other side of things. by Bitsy+Boffin · · Score: 3, Informative
      "&sessionid=[big binary data]" to all your page links? I'm guessing that, despite being a "web developer" you are not given the ability to do so


      Because that will inevitably lead to session hijacking. Either through a proxy or people sharing bookmarks.

      Cookies for session ID storage reduce the first problem (but don't remove it totally), and eliminate the second.

      They also reduce code, and remove session id's from URLs which is not where they belong for most URLs (why should the "aboutus" page need a session id, how is that useful, but if passing session id's on the url then it's required even though "aboutus" couldn't care less).
      --
      NZ Electronics Enthusiasts: Check out my Trade Me Listings
    22. Re:The other side of things. by rohan972 · · Score: 2, Insightful

      I suppose it could even be argued that since users can't access the logs, but can access, delete etc the cookies, that the cookies are better.

  2. Maybe now... by Miros · · Score: 2, Interesting

    Maybe now marketing companies will try to discover new ways of generating usage statistics beyond catching, tagging, releasing, and tracking innocent internet users via cookies. This could be an excellent opportunity for innovation in the space resulting in better privacy and better statistics.

  3. Sadly by guildsolutions · · Score: 2, Insightful

    If someone has money, you have no privacy.

    Its a mircale that marketing firms are not claiming to 'own' the cookies and sue you if you delete them for destruction of property.

  4. So wait... by DrEldarion · · Score: 4, Insightful

    Hrm? They track you through the cookies, yet comparisons to "spyware" are unjustified?

  5. Personally... by Shadow+Wrought · · Score: 3, Funny

    I blame the Atkins craze for the sudden diminishing of cookies. On a side note, as a general rule, I'm pretty happy with any behavior that makes marketer's lives more difficult. Just one of those rules of thumb.

    --
    If brevity is the soul of wit, then how does one explain Twitter?
  6. Don't delete cookies by i.r.id10t · · Score: 5, Informative

    I don't delete 'em. I log in to various sites that use them (that I want to use them), then I close the browser and then make the cookies.txt file read-only (chmod or chattr, or attrib). Get the benefit for sites I want the customizations on, don't get the tracking

    --
    Don't blame me, I voted for Kodos
  7. Yes, yes it does. by Otto · · Score: 5, Insightful

    only incidently linked to their contact info because we never correlated the data together ...
    Does that still make me evil?


    Yep.

    If you have the *ability* to do it, then somebody in your organization eventually will decide that it sounds like a good idea.

    This is why all my browsing is cookie-free (or rather, cookies being allowed on a whitelist basis and everything else removed on browser shutdown). I don't want you to have that ability to track what I do on your site for very long. Regardless of whether you use that ability or not, I don't trust you to behave properly with that information. Why should I? I don't know you.

    --
    - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    1. Re:Yes, yes it does. by Miros · · Score: 5, Insightful

      If you dont trust the website, why would you ever give it personal information anyway? In the above poster's example, he said that they collected personal information about users when they would buy something (when else?). I'm sure that you're not suggesting that you buy things from websites that you dont trust.... SO, what are you saying exactly? You sound paranoid.

    2. Re:Yes, yes it does. by tgd · · Score: 2, Insightful

      Thats rediculous.

      Do you insist the security tapes are turned over when you shop at stores? Do you pay only in cash? Its hard to pay cash online, but presumably you use credit cards. Why do you trust them with your info? Its easy to track where you shop with that.

      Do you know the people at your bank? At Visa/MC? The processor? How about the people at the stores you shop at? Do you not use any of those shopper cards at the grocery store (I don't)? No Costco membership, or library card?

      You know, you're logged into /., do you trust the people there with knowledge of what stories interest you? Have you SEEN their editing abilities? I'm not sure I would!

    3. Re:Yes, yes it does. by justforaday · · Score: 5, Funny

      Have you SEEN their editing abilities?

      They have editing abilities?

      --
      I'll turn into a supernova and burn up everything. Well I'll turn into a black little hole and you'll turn into string.
    4. Re:Yes, yes it does. by TopSpin · · Score: 2, Insightful

      sure that you're not suggesting that you buy things from websites that you dont trust....

      Contemporary life does not provide us with the option of trusting every entity with whom we interact. Do you trust your electric utility and their outsourced billing department? What about the clerk behind the counter at the gas station who now has your credit card number, license plate and photograph? What about that cable company and their computing hardware embedded in your home?

      The parent recognizes that some power is left to him in the form controlling cookies. He is well aware of the fact that his business on the Internet isn't truly anonymous, but why make it easy? Controlling cookies raises the bar, usually above the level of nefarious bastards that use collected information to their own ends. Calling this "paranoia" is dismissive exaggeration.

      Complaining about the ineffectiveness of cookies is foolish. If you're really providing so much value to your customer that tracking their activity is going to provide real benefits, the customer won't mind maintaining an account with you. Otherwise you're just providing some marketing slug with ammunition.

      --
      Lurking at the bottom of the gravity well, getting old
    5. Re:Yes, yes it does. by Kazoo+the+Clown · · Score: 2, Interesting

      Marketeers often forget that the user actually has some say in the process as well. Just as services like Paypal allow you to mask your credit data from a vendor, eventually anonymous buying services will provide the ability to mask your identity completely. Imagine a service, say, BuyMaster.com, combined with a new AnonyShip service from UPS or FedEx where you can purchase through them and all the vendor site knows about the purchase is it was placed through BuyMaster and then must turn the product over to FedEx with only an ID number. Only BuyMaster knows who bought it and only FedEx knows where it's being sent. The vendor is completely disconnected from his market data-- the majority of purchases being placed by a single entity from his perspective. Now providing you can trust buymaster and the shipper this sounds like a valuable service-- at the very least the customer limits the propagation of his data. The customer could at his option, enable the ability to reveal certain aspects of his demographic in order to improve services, such as age, gender, interests, etc., but completely at the customer's discretion.

      Marketeers have to get over characterizing customers as consumers. There's a difference. Really, what does it say about a company that views their buyers in that way? Do they provide a customer-friendly service, or are they simply tossing their products into a brightly painted swill bucket and opening the gate to the hog pen? If companies can't remember the adage, the customer is always right, they may lose all contact with their consumers.

  8. Hmmm by DarthVeda · · Score: 2, Interesting

    Seems like there was some lobbying effort once upon a time to make them the company's property. Obviously it did not get anywhere. Or maybe I'm dreaming, but I could swear I remember something along these lines in the past...

  9. Flash tracking? like hell by Rosco+P.+Coltrane · · Score: 4, Insightful

    Flash-based tracking system is mentioned

    It doesn't seem to have dawned on marketers that many, many people already associate Flash with "annoying advertising", "high CPU usage for nothing" and "general nuisance", and that it is disabled in many browsers as a consequence.

    Speaking for myself, Flash is disabled. When I need it occasionally (that is, when I happen to want to play this about once a year), I re-enable it. But otherwise, I've yet to see a website sporting Flash that doesn't use it for useless eye-candy or advertising.

    --
    "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
    1. Re:Flash tracking? like hell by supernova87a · · Score: 3, Informative

      Try the Flashblock extension! It's the best thing I ever downloaded for my Firefox. Keeps flash plugins from playing unless you click on them in the browser to start them. And for some reason I have never found that I want to click on one to deliberately see an ad...

    2. Re:Flash tracking? like hell by rainmayun · · Score: 2, Interesting

      I suspect that amongst the non-technical sheeple, some may have figured out enough to know that Flash = annoying advertising, but probably very few know enough about how their computer operates to figure out that it's slowing the CPU down, or even how to monitor CPU usage, or distinguish CPU slowdown from disk cache slowdown from net lags from normal operation of the computer. And of those few, if they're using IE, they probably have no idea how to disable it.

      Sad to say, Flash as a technology is pretty cool, but the way it gets used in practice is pretty depressing, most of the time. I've worked on some cool Flash apps in my day, but those days are pretty much behind me.

  10. That's not the intended purpose of cookies by dpbsmith · · Score: 5, Informative

    Cookies were intended to allow sites to serve users by providing a convenient method of preserving client-side state.

    They're intended to do legitimate things like let a site remember who you are so you don't need to log in every time you visit it, or assign a transaction code to make it easy for things like shopping carts to work... and prevent you from double-ordering if you click the "Order" button twice.

    They were never intended for the purposes to which marketers have misappropriated them.

    It's just another example of information being ostensibly collected for a purpose the user approves of, and then being secretly used for purposes the user is unaware of and might not approve of, and it justifiably makes people angry.

    1. Re:That's not the intended purpose of cookies by Evro · · Score: 2, Informative

      The most common use for cookies today is as unique session identifiers on websites. This includes shopping carts on e-commerce sites, and sites like Slashdot. It's just a way to associate information on the user's machine with information on the server's machine. I don't see how it's "intended" for any particular use. Tracking a user's movements within a site seems logical to me, and in many cases doesn't require a cookie. Tracking a user's activities across websites via a cookie set by a company like Doubleclick is another matter.

      It just seems like you're getting in a huff because cookies have somehow been "perverted" from their original intended use. I'd suggest that cookies didn't have any "official" intended use, but were created as a way to retain persistent information across a stateless protocol, which is what they do. Whether they're used for good or evil is another matter entirely, just like any technology.

      --
      rooooar
  11. Re:Flash cookies by TheSloth2001ca · · Score: 2, Insightful

    Go Go Gadget Firefox!!!

    --
    Just another crappy blog
  12. Re:Cookies are good by Rosco+P.+Coltrane · · Score: 2, Interesting

    People can complain all they want, but cookies are necessary to make surfing experiences less problematic.

    Oh yeah? I have my Mozilla configured to ask me, if a site wants to install a cookie, whether I want to let it or not. Usually, I just click DENY more or less automatically. Once in a while though, I do that and a realize the site doesn't work without cookies so I go and explicitely re-enable cookies for it.

    How often does that happen? I'd say about 10 times this year, no more. And I can tell you, I click on the DENY button about 50 times per day, because just about every website owner and his dog wants to set cookies.

    So, "cookies are necessary" my hiney. I don't buy that...

    --
    "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
  13. Dynamic IP's. by KitesWorld · · Score: 5, Informative

    How many visitors are on an old dial up connection or connecting via proxy? I.P. numbers simply aren't a reliable way of providing usage statistics.

    1. Re:Dynamic IP's. by Compholio · · Score: 2, Interesting

      How many visitors are on an old dial up connection or connecting via proxy? I.P. numbers simply aren't a reliable way of providing usage statistics.

      Well, then get the marketers to push for IPv6 - which has absolutely no support for dynamic addresses. Plus, with a delete-age of almost 40% I imagine that using your IP is just as effective as a cookie.

  14. Fun with Cookies by RagingChipmunk · · Score: 5, Interesting

    Every once in awhile I like to toy with the cookies. I'll edit their content - flip some bytes, add lots of corrupt text, delete sections. Occasionally, I'll flip all the cookies to "Read Only". Its fun to see a site occasionally puke from bogus cookie data.

    --
    The only PT Boat Journal on the web: http://www.PT171.org
    1. Re:Fun with Cookies by KillShill · · Score: 4, Interesting

      sounds like a perfect idea for a firefox extension.

      maybe some smart "cookie" can code one up in an afternoon...

      --
      Science : Proprietary , Knowledge : Open Source
  15. Tinfoil hat security... by MosesJones · · Score: 4, Insightful


    Why should I? I don't know you

    Do you know your bank? I mean apart from the front-end office that takes your money?

    Do you know VISA, AMEX, Mastercard or whatever credit card you use?

    If you have the *ability* to do it, then somebody in your organization eventually will decide that it sounds like a good idea.

    And this is paranoia on crack... it assumes that people will ALWAYS do the wrong thing and will ALWAYS try and screw you about, and that customer profiling NEVER results in a better service.

    Feel happy in your paranoia, me I just assess risk on a site by site, and business by business basis.

    --
    An Eye for an Eye will make the whole world blind - Gandhi
    1. Re:Tinfoil hat security... by periol · · Score: 2, Interesting

      And this is paranoia on crack... it assumes that people will ALWAYS do the wrong thing and will ALWAYS try and screw you about, and that customer profiling NEVER results in a better service.

      I fail to understand why people like you refer to corporations as people. I will trust any single individual more than I will ever trust any corporation. Corporations exist to extract as much money from me as possible. That's it.

      I think it is a safe assumption that corporations will *always* end up doing some things wrong, and will *always* end up making a decision at some point that compromises what is best for me (or the world in general) in order to make a profit.

      It's not the people in the corporation. I would probably get along with most of them if we ever met. I also realize that corporations are a necessary evil, because many of the products I currently enjoy could only be manufactured by large corporations. That doesn't mean the corporations in any way care about me.

      They only care about my money.

      I'm not being paranoid, I'm just being realistic.

  16. Why not? by Otto · · Score: 2, Insightful

    I'm sure that you're not suggesting that you buy things from websites that you dont trust....

    Why not? Buying things online means, at worst, giving out info from a credit card. If they prove untrustworthy, then I call up the credit card company and reverse the charge. Trust does not have to be involved to engage in a purchase. You buy from people you don't any basis of trust for all the time.

    However, WTF would he need to know I came back to his site later? WTF would he need to know that I visited his site several times over a period of a week and eventually purchased something? Why would he need to know what products I looked at each of those times I visited? That information could be used to build up information about me that I might not want him to have. He doesn't have need for that information, and since I don't trust him, I should attempt to deny him the ability to collect that information.

    Furthermore, if he's a marketer, he can place his ads on several sites and track me via cookies from site to site. He can see what sites I frequent, he can see my reading habits... once I buy something from a site, he can track that and correlate all this to my identity.

    I'm not paranoid, because I don't think anybody is actually doing this sort of thing at the moment. However, the capability is there. I remove cookies to make this sort of thing that much harder to accomplish. Not because I think they are doing it, but because the potential is there for them to do it.

    --
    - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    1. Re:Why not? by Miros · · Score: 2, Insightful

      Do you shop more than once at the same store? gas station? cvs? etc? What is the differnce between a cookie, and a clerk who recognizes your face? I mean, I completly understand your love of privacy, and I believe that it is your right to keep that information to yourself if you want to. But at the same time, your WTFs ask for a why; the why is simple. If they know their customers a little better, they can improve their business, just as any salesman who recognized a regular customer would. But if you feel better always being a stranger then I dont see any problem with that. But ultimatly, most users would probably enjoy the massive improvments in customer expierience that could be achieved using this information.

    2. Re:Why not? by periol · · Score: 4, Insightful

      But ultimatly, most users would probably enjoy the massive improvments in customer expierience that could be achieved using this information.

      When I go to the gas station, the attendant does not put a tracking device on the car that keeps track of everything I look at in the store and allows him to take note of whether I stop off for gas with one of his competitors.

      Here's the problem: companies are impersonal. So are websites. No amount of "tracking" will make a website seem like a conversation with anohter person. If you want my opinion, ask for it. Either way, I will be deleting cookies from your website every day.

    3. Re:Why not? by ip_fired · · Score: 4, Informative

      Cookies don't track which sites you go to. A cookie has a domain that it actually is assigned to. When you visit that domain, the web browser sends that cookie to the server. If I go to amazon.com and they put a cookie on my system, then the only people who can look at it is amazon.com. They can't tell that I also went to overstock.com and looked at books. And overstock can't tell that I've been to amazon.

      The only time they can get this information is if a third party has an Ad, or some other content on both sites (which is what makes cookies from ad sites more dangerous).

      So really, when you go to the gas station, the attendant doesn't have to put a tracking device on your car. Just record your license plate (after all, isn't that all a GUID is?) Your car always has it's license plate, and so they can see who it is. Then they can track your usage at the gas station.

      Cookies can provide useful information to the site developer. You like visiting well designed websites right? Getting information that will help you streamline the site is a good reason to track those statistics.

      You are being too paranoid. Get adblock, only allow cookies to be set by the originating website and use a hosts file that blocks most ad sites and then you won't have to worry about it.

      --
      Don't count your messages before they ACK.
    4. Re:Why not? by NickFortune · · Score: 4, Interesting
      I mean, I completly understand your love of privacy, and I believe that it is your right to keep that information to yourself if you want to. Excellent. That is all I ask.

      If they know their customers a little better, they can improve their business, just as any salesman who recognized a regular customer would.

      To the benefit of whom? I feel no incentive to assist in this process.

      But if you feel better always being a stranger then I dont see any problem with that. A stranger to whom? To doubleclick.net? Yes please! And let us not forget the resale value of aggregated marketing data. I think I'd like to remain a stranger to a lot of people online.

      But not everyone. I don't post as an AC for example. I think I can manage my own privacy thank you.

      But ultimatly, most users would probably enjoy the massive improvments in customer expierience that could be achieved using this information.

      "could" being the significant term. I have no confidence that this information would be utilised to improve my life. What they going to do? Give me targetted ads? Adverts that more closely match my interests? Only an adman thinks of that as a benefit.

      And I've yet to hear mention of any other

      --
      Don't let THEM immanentize the Eschaton!
    5. Re:Why not? by Otto · · Score: 3, Insightful

      Get adblock, only allow cookies to be set by the originating website and use a hosts file that blocks most ad sites and then you won't have to worry about it.

      Holy crap that's a lot of work. I simply changed my preferences to "delete cookies at shutdown" and then add sites I want to remember me on a site-by-site basis.

      Far, far simpler. Far, far more effective. When I find a new site and decide I want them to remember me, I simply add that new site to the whitelist. No hosts file slowdown (and no need to maintain the hosts file), no need to change any settings which don't work in the long run (what if I visit originating website directly somehow?), no need to use an adblocker (not for that purpose anyway). It's simple, it's low maintainance, it's more effective. What isn't there to like? So it screws up some poorly designed website's privacy-invading user-tracking statistical analysis. Tough shit to them then.

      --
      - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    6. Re:Why not? by NickFortune · · Score: 2, Interesting
      First party cookies are useful to both you and the places you frequent. Confusing them with 3rd party tracking cookies just means you'll pay more than other customers, take longer to find what you want, and miss out on deals.

      Worse still, you'll grow a second head, become really unpopular with girls, and inevitable become sucked into a life of violent crime, culminating in an death row jail cell.

      Seriously, your argument could just as easily work the other way. "This one bought some expensive stuff off us last week - add 30% to all the prices. He can afford it. This one buys from us every week - no point in wasting discounts on him - save it for the ones we haven't hooked yet".

      It may be unreasonable, but I'd like to be charged the same price as everyone else, please.

      --
      Don't let THEM immanentize the Eschaton!
    7. Re:Why not? by TCM · · Score: 4, Insightful

      Cookies don't track which sites you go to. A cookie has a domain that it actually is assigned to. When you visit that domain, the web browser sends that cookie to the server. If I go to amazon.com and they put a cookie on my system, then the only people who can look at it is amazon.com.

      Well, Sherlock, we're talking about the marketers like Doubleclick here. Doubleclick has banners on countless websites. Each banner's picture has the website it's displayed on encoded in the URL. Additionally, they set cookies from the domain doubleclick.net. Now what happens? Doubleclick can track you because each of their banners on all sites they have a banner on can read the cookie.

      --
      Of course it runs NetBSD. BTC: 1NT7QvbetmANwaMzhpVL6
    8. Re:Why not? by TCM · · Score: 2, Funny

      You got a +4 insightful for not reading the post you were responding to???

      You must be new here. :)

      --
      Of course it runs NetBSD. BTC: 1NT7QvbetmANwaMzhpVL6
    9. Re:Why not? by Otto · · Score: 2, Insightful

      And what happens when they do correlate everything? What exactly are you trying to prevent from happening?

      Wrong question. The correct question is what do I have to gain by them amassing this info on me and my activities?

      I can't think of anything that would be to my benefit, which is more than enough reason to put a stop to it, IMO.

      --
      - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    10. Re:Why not? by dillon_rinker · · Score: 2, Insightful

      Cookies don't track which sites you go to.
      Right. And guns don't kill people.

      The only time they can get this information is if a third party has an Ad, or some other content on both sites
      Exactly. And the only time a gun is dangerous is when it is loaded and pointed at you.

      Your car always has it's license plate, and so they can see who it is.
      No one tracks license plates. The benefits of tracking them are far outweighed by the costs.

      You like visiting well designed websites right?
      You like candy, don't you, little girl? What I am getting (a well-designed web site) is far outweighed by what I am giving up (all my privacy). Besides, what good is a web designer who can't design a web site without my coerced assistance?

      You are being too paranoid. ...said the ad agency's shill.

  17. Tony Soprano said it best. by base3 · · Score: 2, Funny

    "That cookie shit makes me nervous."

    --
    One CPU cycle wasted on digital restrictions management is ONE TOO MANY.
  18. Cookies have their place... by pj-allmod · · Score: 2, Informative

    ...just ask sessions. I think there needs to be a term defining the difference between reality and the responses on Slashdot. Of course computer nerds are going to be up in arms about using cookies to track info, the rest of the planet, however, is wondering why a computer site has an article referring to baked goods.

  19. Too Bad by kenp2002 · · Score: 4, Insightful

    I hear many people complaining about EVIL marketers. Most marketing companies are rather decent people trying to find you the customer who wants their product. A VERY small % of marketing companies are shady info-whoring bastards. Targetted marking is a rather nice thing as far as I am concerned. When offered to provide interests, and the resulting ads, I find myself visiting the link. WHAT I HATE is misdirected market, you know assholes that call you about new siding on your house when you live in an apartment, or my favorite (being a married old fart) getting ads for tapons and crap like that (because the wife occassionally does some surfing under my ID).

    It's too bad a small group, as usual, ruins it for the majority.

    --
    -=[ Who Is John Galt? ]=-
  20. Re:Tracking customer behavior by Migraineman · · Score: 4

    I went to a clothing store a few years ago to buy a present for the wife. I handed the cashier cash for the items, then had the following conversation -

    Cashier: May I have your phone number?
    Me: No.
    Cashier: It's only for customer satisfaction purposes ...
    Me: What part of "no" was ambiguous?
    Cashier: We need your phone number to improve customer service ...
    Me: Get your manager over here right now so I can explain why you're losing this sale, and all future sales ...
    Cashier: {types in store phone number}

    I get amazingly cheesed when businesses fail to respect my privacy (whether I have a "right" to privacy is a whole separate rant.)

  21. Be Very Scared of IPv6 by Nom+du+Keyboard · · Score: 2, Interesting
    If you think this is bad, then you should plan on being very scared of IPv6 since that will have the ability to give every device a permanent non-NATted IP address that will uniquely identify you. No need for cookies on your machine. Just a central site where everyone in the sharing of information pool can go to see what user 111.111.111.111.111.111.111.111.111.111.111.111.11 1.111.111.111 has done recently, and what we should serve him up next.

    And depending on how they're assigned, they may well know your actual address as well, just from the number.

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
  22. Marketers have only themselves to blame by phillymjs · · Score: 5, Insightful

    They abused phone calls, and that brought about the national Do Not Call list.
    They abused TV commercials, and that brought about "commercial skip" VCRs and TiVo.
    They abused pop-ups, and that brought about pop-up blockers.
    They abused Flash to make more attention-getting (read: obnoxious) banner ads, and that brought about Flashblock.
    They abused cookies, now people obsessively delete them if they allow them to be created at all.

    Am I the only one who sees a pattern here?

    ~Philly

  23. 3rd party cookies by Avohir · · Score: 5, Informative

    I keep 3rd party cookies blocked... that keeps everything nice and clean.

    For the layman, the way these tracking cookies work is when you're visiting site A, site A has a banner from site Z. If you have 3rd party cookies enabled, not only can site A set a cookie to your harddrive, so can site Z. Now, you go to site B which also uses site Z's ads... and site Z can see you were also at site A. Block 3rd party cookies however, and you cant get a cookie from site Z unless you actually VISIT site Z.

    Disabling 3rd party cookies lets you keep their useful functions (login information at ebay, etc) and restrict the illegitimate ones (tracking my useage).

    Mike Healan from Spywareinfo.com has a good article about cookies and their spyware-esque function here: http://www.spywareinfo.net/july20,2005#cookies

    --
    To err is human, to really foul up requires a computer
    1. Re:3rd party cookies by JetTredmont · · Score: 2, Interesting

      Well, the browser seems to be smart enough for that. I don't get third-party cookies showing up (and I also don't see third-party images on iframe-based ads either).

  24. Re:Marketer's perspective? by Shadow+Wrought · · Score: 2, Funny
    Oooh! Something shiny! ...

    Wanna buy it?

    --
    If brevity is the soul of wit, then how does one explain Twitter?
  25. Know their customers?!? by Otto · · Score: 4, Insightful

    If they know their customers a little better...

    But they don't know me. They will never know me.

    "Knowing me" means knowing my name, shaking hands, asking me about things we've discussed in the past. That's being friends with somebody. That's knowing them. That's what your idea of the "clerk who recognizes your face" is about, no? The little guy running the corner market, sort of thing. :P

    Some dude running a website on the opposite side of the country will never know me. At best, he'll know what I've bought from him and other website owners that he shares information with or advertises with. Knowing what I buy doesn't mean he "knows me". It means he's treating me as an impersonal entity to be exploited, somebody to attempt to get more money from. It doesn't mean he's treating me as a fellow human being deserving of respect and friendship.

    No, fuck that, I'll remain a stranger to that guy across the country running a website, and I'll know the guy who sells me my fresh fruit down on the corner market, and I'm quite comfortable with that and don't see it as a conflict whatsoever.

    --
    - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    1. Re:Know their customers?!? by Otto · · Score: 2, Insightful

      Every business in existance wants to do one thing; sell you stuff. If you can't see how tracing someone's path through a website to a purchase may make it easier for them to sell more stuff then you are an idiot. If you can't see how a store wanting it to be easier to sell you stuff is better for you then you are an idiot.

      I see those things perfectly clearly. However, unlike yourself, I also see that they probably do not have my best interests in mind when they are trying to "sell me stuff". My best interest is to deny them the ability to more effectively sell me stuff and use my own damn brain to decide what I want to buy, eh?

      --
      - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    2. Re:Know their customers?!? by Hungry+Student · · Score: 2, Insightful

      Welcome to the new age. Information is now far more profitable than any tangible good. It surprises me that people on a technology website are so unaware or unwilling to realise this, despite the fact it is technology and the internet that's increasing the pace and efficiency of this new market.

      You are not valuable, your information is, but not on its own, nobody is sufficiently important to warrant any company to change its habits based on one customer. Once information is collated and processed, it becomes immensely powerful and profitable, that is what these companies seek.

      Your cookie contents are data, the collation, manipulation and processing of said data becomes information, to be used and/or sold to improve the experience of the customer and the profits of the company.

  26. Well, tough .... by gstoddart · · Score: 4, Insightful

    Too bad if the marketers don't like that people delete cookies.

    Companies like doubleclick and the ones who seem to only serve up annoying advertising have no expectation that I will a) accept their cookie (if you're not the site I'm visiting, why do you get a cookie?) or b) even if I did accept their cookie, that I would keep it.

    The real world would be tagging your clients. Someone comes in to browse, you snap an ear collar on him. You walk into another store, someone wants to stamp the back of your hand indicating that you've shopped there.

    I had a person at my door asking if I'd received my flyers -- when I told her than if I had I'd tossed them in the bin, she wanted my name and phone number. What part of I'm not interested in your flyer, and you don't need my contact info to respond to this?

    I wouldn't accept K-Mart putting a radio tracking collar on me, WTF do on-line marketers think they're any different?

    --
    Lost at C:>. Found at C.
  27. what we need by happyemoticon · · Score: 2, Insightful

    is a rider on the next Iraq spending bill that makes deleting cookies and blocking popups illegal.

  28. No benefit to consumers, then no cookies by Vellmont · · Score: 3, Interesting

    Should web marketers really be surprised that constantly tagging people and most of the time and giving them no benefit at all makes them nervous? What if you had your hand stamped with invisible ink every time you went into a store, and received nothing for it? How many people would want to allow that?

    The thing is that these marketers want something for nothing. I enable the "ask for each cookie" option in mozilla, and generally click "allow for session" on 99% of most sites because they offer me NOTHING in return for tagging me. On sites like Amazon.com I can add things to my wish list without logging in, or on slashdot I can login without typing in passwords. Tvguide.com will show me my local listings, cool. I've gotten a benefit from the site knowing who I am, so I'm much more likely to allow them to know that.

    Most sites that hand out cookies give you nothing for identifying you. Why should I give them somthing they want for nothing? I certainly don't trust the average marketer to not do skeevy things like targeted pricing (looks like I visit bmw.com a lot.. I must be rich. Raise my prices by 10%).

    --
    AccountKiller
  29. Cookie Monsters by Doc+Ruby · · Score: 4, Interesting

    A client/server system without persistent client state is unuseably crippled. Cookies are a simple way to get that. If users are flushing them once a month, but need not, they must be balancing the convenience of persistence with their perceived "privacy". If just the marketers are complaining, I don't care. When the engineers complain that no persistent client state is crippling our apps, then I care.

    Marketers could stop complaining, and fund better UIs that decrease the false perception that cookies are bad. Their stealth makes them sinister, and their unmanageability makes people throw out the benign majority with the tiny malign minority. But only a generation of marketdroids could taint the deep-seated pleasant associations with "cookies" into fear of deadly poison. If they rechanelled their complaints into better UIs, they'd be "engineers", not marketdroids. So they're doomed. If only they were as doomed as the cookies they mourn.

    --

    --
    make install -not war

  30. Re:Monthly basis? by phasm42 · · Score: 4, Insightful

    And how exactly did this happen. I have not deleted my cookies for a couple YEARS since I last reloaded my computers, and have yet to have a single problem with stolen passwords or any of these other problems that evil cookies are supposedly causing.

    There is the possibility that a large enough group of companies collaborating could use the information to link purchases and browsing habits together. But I really don't care. They want to try to personalize my ads, that's fine too. Why? Because it's a free lunch. They think they're convincing me to buy stuff, when in fact I don't give a fuck. As long as the illusion is maintained, I'm happy to let them think they're learning valuable information about me. If this avenue is cut off to advertisers, either the free lunch will end or something more insidious will take its place.

    Most companies only care about using cookies to keep track of visitors to their site anyway, and this can be useful to improve the site. A site that uses tracking information to see what other sites you visit (which is difficult without having their ads directly on other sites, which usually isn't the case because someone else usually hosts the images) and sells your email address is probably not one you want to continue purchasing from.

    --
    "No one likes working in a hamster wheel, and your shop smells of cedar shavings from here." - TaleSpinner
  31. Re:Tracking customer behavior by Anonymous Coward · · Score: 2, Funny

    agreed. Best Buy has been doing this for some time. The clerk said she had to have my phone number and I said that she didn't. Turned out she was wrong and I was right. Still left the store without purchasing.....oh shit!

    Duh!!! She was asking for my phone number!!!

    **Idiot**

    Gotta get back to Best Buy.

    Later

  32. Re:Tracking customer behavior by blitz487 · · Score: 4, Insightful
    I had a similar experience. I went into a computer store to buy a printer. The cashier wanted my home address. I said "no". The cashier said it was their policy for all sales. I asked for the manager, who repeated that line. I asked him if he was willing to give up the sale for his policy. He said "yes", and I said it was my policy to not give out my address, and I left.

    I went to his competitor up the street, bought the same printer. I told the story to the store manager there, who had a nice laugh and was happy to get my money.

  33. Re:Tracking customer behavior by Just+Some+Guy · · Score: 2, Funny
    Boy, you sure showed them.

    Here's how I handle it:

    Cashier: May I have your phone number?
    Me: Sure! It's $(friend's ex-wife's phone number), and I'll love to hear more about other promotions you may have in the future.

    --
    Dewey, what part of this looks like authorities should be involved?
  34. Re:Tracking customer behavior by SatanicPuppy · · Score: 3, Informative

    My ability to make up fake phone numbers is almost a brainstem response. I accidentally told a mortgage officer a fake phone number once, then had to do the lame, "Uhhh, wait that's my old number" thing.

    Whenever someone asks for info they don't need, lie. It's the only safe thing to do. I hit one of those surveys where they ask you for your computer password in exchange for a 5 dollar gift certificate.

    They said, "We'd like to offer you a free gift certificate for coffee in exchange for your password."

    And I said, "What a coincidence, my password is 'Il1k3fr33c0ff33'." I'm not sure they got it, but I got my fr33 c0ff33.

    --
    ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
  35. Expiration Date? by Bob+535604 · · Score: 2, Insightful

    Maybe if advertisers would stop setting ridiculous expiration dates. The thought that advertisers think they can have a small peice of my hard drive until 2069 sickens me.

    Mozilla (and firefox) makes it easy, set network.cookie.lifetimePolicy to 3 and then set network.cookie.lifetime.days to the maximum number of days a cookie can stay.

    I have mine set to 2, if I visit a site and don't come back within 2 days, I think it's safe I won't miss anything by having them remember me.

  36. Spyware and Image Cookies by yintercept · · Score: 3, Interesting

    I use cookies for session management and tracking usage in a site.

    Spyware abuse generally occurs when a big company (doubleclick, valueclick, etc) want to track your usage between sites. The spyware fears generally arise with third party cookies.

    These cookies generally come attached to images. For example the image ad on top of this slashdot page might access cookies that get used to build a profile of my slashdot usage.

    Preventing spyware is a matter of blocking third party cookies.

    Personally, I can't see any real reason why images (the IMG tag) should be allowed to set cookies.

    When the main page sets a cookie, it is almost always to provide service to the end user. When an image sets a cookie, it is almost always so marketers can build profiles. My ideal browser would not allow third party cookies nor would it allow cookies to be set by img tags.

  37. Built in session tracking by squoozer · · Score: 2, Interesting

    I have often wondered why there isn't a push for browsers to support real grown up session tracking that is properly user configurable. Session tracking is something that has to be done so frequently I'm amazed someone has come up with a better solution.

    At it's simplest session tracking could be implimented as a cookie that contains a fragment of XML (or maybe just formatted text if you're alergic to XML) which gives various pieces of information identifying the site.

    To ensure that it's all above board make sure that the session identifier is digitally signed. By default the browser would be set to accept session requests (as happens now) but could query a repository of "abusers" and block certain sessions (much like email black lists only more effective because it's digitially signed).

    Since this system only does one little thing it should be easy to implement and you could probably turn off other cookies.

    Anyway just thought you might like to kick that idea about a bit and see how it fits.

    --
    I used to have a better sig but it broke.
  38. Re:Tracking customer behavior by hawkeyeMI · · Score: 2, Funny

    Why do you have your friend's ex-wife's number? Or maybe that's why she's his ex-wife.

    --
    Error 404 - Sig Not Found
  39. Re:Tracking customer behavior by Just+Some+Guy · · Score: 3, Funny

    Found it on the bathroom wall. It's common knowledge in these parts.

    --
    Dewey, what part of this looks like authorities should be involved?
  40. Re:Store Clerk vs. Web Admin by lukewarmfusion · · Score: 2, Insightful

    If you don't want to be monitored in a store, you have no recourse but to not go there.

    The same goes for the website you visit.

    It's not a privilege to collect your data, it's a necessary part of sending you the information you've requested. Your HTTP request contains plenty of valuable data that you claim infringes on your privacy. Though I'm a privacy nut myself, I think your complaints go too far.

    You can either accept the logging/tracking/analysis or you can stop using the web. It's pretty simple.

  41. If they did what they said they would do . . . by taustin · · Score: 2, Insightful

    It wouldn't be so bad.

    In theory, having cookies to track where you go and what you do is a good thing. It allows marketers to target ads at you for stuff you are actually interested in. If they actually did that.

    Unfortunately, they don't. They use it to bombard you with constant, endless ads for "related stuff", to the point where you can't actually see the content on the web page you want to read.

    Or they decide that looking at Corvette pictures means you think your penis is too small, and therefore "natural male enhancement" is a "related product."

    To hell with 'em all.

  42. Please stop the cookiephobia by scode · · Score: 4, Informative

    Alright, fine. Some types of cookies can be easily exploited, but there is one type of cookie that you DON'T want to turn off (and don't want people in general to turn off), and that is the session cookie.

    All this 'anti cookie' propaganda is really getting out of hand. Session cookies are a great way to securely identify a series of otherwise unrelated requests as belonging to the same session. By turning off cookies one is also disabling this very valuable feature.

    "But it doesn't matter" you say, because web sites can use URL rewriting instead. Well, think about it:

    * If URL rewriting is used, exactly how is this better, from a privacy stand-point, than a session cookie? The exact same information is propagated, so nothing is gained in terms of privacy. In addition, the "evil" people whom everybody is presumably trying to prevent from tracking a user's session can also use this technique.

    * On the issue of security and technical convenience however, you are making it worse. URL rewriting is inherently less secure in the fact of 'accidents' such as paste:ing a link (which the average joe won't understand contains sensitive information) to a work collegue sitting behind the same NAT:ing gateway. And how about referrer URL:s making it into web server logs? (There is no guarantee that the session identifier is encoded such that a security conscious browser can spot it, and refrain from sending it as part of a referrer URL to another web server.)

    Overall, session cookies are vastly superior to URL rewriting in a number of different situations. But this overzealous anti-cookie paranoia is forcing people to use URL rewriting *anyway*. In tryng to increase privacy, it has actually been lessend - along with security!

    Just to give one example of how the ACP (anti cookie paranoia) can interact with web pages: I was recently involved in a situation where some browsers would disable cookies (even session cookies) for requests that were made as part of an IFRAME on a page hosted on another domain (presumably for privacy concerns). This resulted in, for practical purposes, a total inability to use cookies on that site. URL rewriting is now used instead, to a detriment of security and privacy.

    --
    / Peter Schuller
    --
    peter.schuller@infidyne.com
    http://www.scode.org
  43. Slight clarification by scode · · Score: 2, Informative

    I should clarify the example at the end: I am absolutely not saying that cookies should cross domain borders; the set of cookies for the 'parent site' and the 'child site' would remain orthogonal - but not *DISABLED*.

    --
    / Peter Schuller
    --
    peter.schuller@infidyne.com
    http://www.scode.org
  44. Cookies + HTTP-REFERER = Unintended Consequences by billstewart · · Score: 2, Informative
    • Cookies weren't thought out in much detail when the spec was designed, and as you say they were mainly intended to make it easier to maintain state (as opposed to building ugly URLs to encode the state in.)
    • HTTP-REFERER lets an HTTP request indicate what page linked to the one you're requesting now. That means that a request for a banner ad contains the URL for the page that had the ad on it, so the banner ad company can track what page the ad was on. This not only wasn't thought out well, it wasn't even spelled correctly.
    • The two of them together are much worse. Browsers are only supposed to respond to cookie requests when the requesting web page is in the same domain as the cookie being requested. But HTTP-REFERER means that the advertiser's web page can be in banner-advertiser-example.com and still know that the main web page is in content-provider-example.com, and it can request a cookie that was left behind when other-content-provider.com's web page used a banner from banner-advertiser-example.com, because the banner advertiser is in the same domain even though the two web pages aren't.
    • That's nasty and annoying.
    • There are other ways advertisers can get some of the same information - instead of cookies, they can track by IP addresses, though that's obviously much less useful when ISPs do web caching or workers' PCs are behind company proxy firewalls, and banner-ads can also be built with ugly URLs as a substitute for HTTP-REFERER (e.g. http://banner-advertiser-example.com/ads/content-p rovider-3.jpg.) And advertisers will do many of these things when they can't get the cookies and referer data they'd like, but it's a start.
    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  45. Re:Tracking customer behavior by jayloden · · Score: 4, Insightful
    Look, I appreciate the sentiment - I don't like handing out my phone number or personal information for stupid reasons either.

    However, PLEASE try and remember something. The people you talk to and buy things from are not the store owners. In fact, they're lucky if they've ever even met the franchise owner of the store, let alone the owner of the company.

    You are taking out your annoyance on someone who has: a) No real interest whatsoever in whether or not you buy X piece of crap (unless they get commissions on sales) and b) No control over the policy, the system, and in most cases, the cash register either. They might be able to get around it (as the clerk did in the OP's post), but that's not the point

    The point I'm making here is this: don't get pissed at some clerk or manager at a chain store for following store policy, or expect them to change it for you, even if it's a dumb policy.

    I've worked at department stores and grocery stores, etc - it sucks. And you know what? The only people I ever really disliked when I worked any retail job were the people who thought it was MY store and MY decision to harass them for a phone number/address, whatever. These are the people that expect you to break the rules for them (c'mon, you can just give me the discount, I forgot my coupons), then treat you like shit when you follow the rules of the company that puts the paycheck in your hand at the end of the week.

    It was store policy to ask for a phone number, the register prompted for it, and we're supposed to ask. If we got shopped by a "secret shopper" or a manager caught us ignoring it, that's our ass, not the customer's. On behalf of all past, present and future retail employees: We don't care what your personal information is. We care about our paycheck and about following the rules of the job.

    I agree that it should only take one polite refusal to avoid having to give out your information. Just keep in mind that the manager may have to give approval, and in the larger chains, even the manager may not have the power to negate store policy. Either way, the bottom line is even if the manager has the ability to counteract the policy, they don't care. The manager at Best Buy is not sitting at home in a deep depression because you bought your printer at Circuit City instead.

  46. Re:Tracking customer behavior by Migraineman · · Score: 4, Interesting

    Like it or not, the cashier represents the store during the sale. During my experience at the store, I probably have the most "face time" with the cashier, and checking out ends up being the part of the sale that tends to stick in my mind. I want it to be pleasant and hassle free.

    Asking for personal information will get you a polite but terse "no." I have no intention of justifying my response to you or anyone else. Pressing the matter restults in me getting annoyed. Pressing *again* puts you in risk of losing the sale, and yes, I'm going to tell the manager why. I recognize that the cashier doesn't set the store policy. I don't think I've ever yelled at a cashier for that very reason. However, unless the store management hears about the cheesed customers and the lost sales, the store policy won't change.

    I vote with my wallet and my feet. Yelling and screaming just gets you written-off as a whackjob. Telling the manager why you're taking your business elsewhere, and then doing so, punishes the crummy vendor and rewards the competitor who doesn't have the crappy policy.

  47. Re:Tracking customer behavior by jayloden · · Score: 2, Interesting
    I vote with my wallet and my feet. Yelling and screaming just gets you written-off as a whackjob. Telling the manager why you're taking your business elsewhere, and then doing so, punishes the crummy vendor and rewards the competitor who doesn't have the crappy policy.

    Unfortunately, that has the same problem as I was discussing in my original post - the store manager doesn't care either, in most cases. The store manager in a major chain gets paid a few dollars more an hour than the cashier, has a lot more rules and some more resonsibilities, maybe even a set of 'manager keys'.

    What he STILL doesn't have, is a stake in the business. If you leave and go elsewhere to make a purchase, so what? Yeah, it loses the store money, but as a store/shift/dept manager, he'll still get paid, and the odds are extremely slim that it will affect him in any meaningful way.

    I'm not saying it's totally pointless, but don't kid yourself into thinking you're putting the hurt on the store and they're going to feel bad about it.