Google Just Disabled Cookies for 30 Million Chrome Users. Here’s How to Tell If You’re One of Them | It’s the beginning of the end in Google’s plan to kill cookies forever::It’s the beginning of the end in Google’s plan to kill cookies forever.

  • @TheBananaKing
    link
    English
    1336 months ago

    third party cookies != cookies

    Unless they’ve invented a stateful http, cookies aren’t going anywhere.

    • @Aux
      link
      English
      -646 months ago

      You don’t need cookies to keep track of the state. JavaScript can do that without cookies, 3rd party clients can do that without cookies.

      • Liam Mayfair
        link
        fedilink
        English
        256 months ago

        Still, the use of cookies as key elements used to persist client session identifiers in the browser is too widespread and relied upon by prevalent web powerhouses like PHP for Google to do away with them.

        Moreover, as much as there may be more modern, sleek alternatives like browser session and application storage, you can’t realistically expect the entire web industry to completely migrate away from cookies just like that.

        • @qisope
          link
          English
          76 months ago

          and if you’re working on a site with a ton of subdomains, sharing the local/session storage data between them is a pain when compared with cookies.

          • @t3rminus
            link
            English
            36 months ago

            They definitely used to, but haven’t for a long time. It’s been viewed as an unreliable and poor practice, especially with browsers like Safari and Firefox which have already disabled 3rd Party Cookies for some time now (or at least providing the option to, as a privacy feature).

            Now CORS, OAUTH, and similar mechanisms do a better, more private, and more secure job of sharing state and authentication across domains and groups of services.

        • @Aux
          link
          English
          -3
          edit-2
          6 months ago

          The amount of tech relying on cookies is slowly decreasing. Removing cookie support completely today is not an option, but it will be in the future.

      • @[email protected]
        link
        fedilink
        English
        5
        edit-2
        6 months ago

        Well there it is, the dumbest thing I’ve read on the internet today.

        Go back to basics and start with html.