Cookies and local storage
Last updated 9 September 2026
The shop sets no cookies for visitors. No analytics, no tracking, no advertising, no third-party scripts. The only thing the shop puts in your browser is your own cart — and it stays with you.
The cart lives in your own browser
Your cart is stored in the browser’s own storage (localStorage) under the key objekter.cart.v1. It is not a cookie: it is not sent along every time you fetch a page.
- It holds only product IDs, variant IDs and quantities. No personal data.
- It stays in the browser you are using. It does not follow you to another device.
- While you are browsing it is not sent to the server. Its contents are sent only at the moment you start a payment — because that is what is being paid for.
You remove it by emptying the cart in the shop — the Remove button on each line in the cart — or by clearing site data for this website in your browser’s settings. If you delete it, you lose only the cart; nothing else is stored.
The administration
When the shop’s owner signs in to the administration, a session cookie is set. It is strictly necessary for that log-in and cannot be done without. It is never set for a customer and does not appear on the shop’s pages.
Payment at Stripe
The payment itself takes place on Stripe’s own payment page, on Stripe’s own domain. Stripe sets its own cookies there — not here — and they are covered by Stripe’s own policy. We can neither see nor control them. What we receive from Stripe ourselves is described in our privacy policy.
Why there is no cookie banner
Consent must be obtained for storage in your browser that is not strictly necessary — for analytics, tracking and marketing, for example. The shop uses only storage that is strictly necessary for what you ask for: having a cart, and, for the owner, being signed in. So there is nothing to consent to, and that is why you meet no cookie banner.