Jump to content

_getEssentialCookieNames() function


Recommended Posts

  • Management

Yeah, it's been discussed a lot internally for years regarding cookie versus local storage. We do use local storage for somethings, but the downside is that it is not exposed to the PHP layer, which means you'd need to manage any preferences those settings control completely in client side scripting.

Link to comment
Share on other sites

  • Management

People go mad over cookies because at one point 3rd party sites could read them and determine your activity on other sites.

Browsers have largely closed this down, but here we are with the need for cooke consent.

Localstorage is not exposed to any layers that can take that data from another site's database that you have visited, so it's not much exempt as just a different technology that isn't governed in the same way cookies are.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...