So why do people disable cookies? I assume that it is out of some desire to deny information to advertisers. I guess they find it annoying to have advertisements that better target them? :)

And what is the reasonable replacement for a cookie (or two) here? Certainly, I could add custom CSS to hide such bits. But browsers don't make it easy to add custom CSS in my experience (nearly the opposite). And browsers don't let the site make suggestions of CSS to add for the user so such a solution is significantly less useful in not being able to be offered to the user with a simple click.

I have practical reasons for disabling javascript. I'm sure there are people who disable cookies. I'm sure there are a lot of people who have tools that disable certain kinds of cookies (trying to focus on cookies used by advertisers). But I've heard a lot of arguments against disabling anonymous posting at PerlMonks and I don't think that "I refuse to accept any cookies!" has come up much at all.

In any case, if somebody routinely refuses cookies, it seems reasonable to me to allow them to decide to accept some cookies that are very clearly only there to let them customize a couple of features (no "tracking number" included) or to not accept them and take on the burden of rolling their own customization.

- tye        


In reply to Re^5: Major update to perldoc.perl.org (cookies) by tye
in thread Major update to perldoc.perl.org by jj808

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.