Cashline

Default · no banner from us

Cookieless vs cookie analytics

Short comparison. Not legal advice. Not a claim that you never need a privacy notice.

Cookie analytics

A first-party cookie can recognise the same browser for months. That is accurate for long journeys and is why many tools ask for a consent banner in the EU. Some products offer a cookieless mode that hashes IP and user-agent with a salt that rotates about daily — returning visitors then look new, and delayed purchases attach poorly.

Cashline

The snippet never sets a cookie. The visitor ID is localStorage on your origin. That ID can survive more than one day if the person does not clear site data. Session ID is sessionStorage. There is no third-party cookie and no sold-onward device graph.

Trade-offs we will say out loud

  • Safari or a user who blocks storage: ID may last only for the page.
  • ITP and browser quirks still apply to first-party storage. We do not promise immortality.
  • POPIA and your lawyer still decide what you disclose. We will not ship a fake “compliant” badge.

Install and storage keys: cookieless docs. Product compare: vs DataFast.