When you log in to the Norcube application, one additional cookie is set:
| Cookie |
Provider |
Purpose |
Expiry |
jds_refresh_token |
Norcube |
Keeps you signed in. Holds a signed refresh token (JWT). Set as HttpOnly + Secure + SameSite=Lax, so JavaScript cannot read it and other origins cannot send it. |
24 hours (re-issued on each refresh) |
This cookie is strictly necessary: without it you cannot stay signed in. It is not used for analytics or marketing in any way.
Product analytics in the app does not use cookies or local storage. Our analytics tool (PostHog, EU-hosted) is configured in memory-only mode inside app.norcube.com, so event data is held in the JavaScript runtime only and nothing is written to your browser's terminal equipment. This keeps in-app analytics outside the scope of the ePrivacy "cookie law" (Art. 5(3)) — no separate consent banner is needed for it. The processing itself runs under our legitimate interest in improving the product (GDPR Art. 6(1)(f)), and you can object via the Disable product analytics toggle in account settings.
The product also stores small amounts of UI state in localStorage (your last-opened project, table sort order, etc.). These are stored locally in your browser, never sent to a server, and you can clear them via your browser's "clear site data" tool.