I am not aware of any distinction in the legislation between session cookies and persistent cookies

My knowledge of the legislation is only partial. It is our intention to comply with it, but more important to us are the Google data layer requirements as we rely on remarketing code. Google seem to require a popup distinct from a banner and don't seem to like persistent cookies. We did some tests a while back but they perhaps weren't totally thorough as we made some assumptions.

The way we implement cookies is to present a small popup right at the bottom of the screen if the user doesn't have our cookieConsent cookie set. If they click no, we set that cookie to false or if they click yes, we set it to true and make it persistent for one year. From this we determine how we set other cookies - mostly to either make them persistent or not. Not that we use a lot of cookies - one for a banner popup and two for login purposes.


In reply to Re^10: login with google account by Bod
in thread login with google account by ysth

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.