Cookies are small text files placed on your device by a website. They are sent back to the server with each request so the site can remember state between page loads.
Local storage is a browser feature that lets websites save data on your device without sending it to the server on every request. It persists until you clear it manually.
InsightLoop uses both minimally — one cookie to keep you signed in, and one local storage entry to remember your theme preference.
2. Cookies We Use
InsightLoop sets only essential cookies. There are no advertising cookies, no analytics cookies, and no third-party cookies of any kind.
Name
Purpose
Type
Duration
insightloop.session
Maintains your signed-in session
Essential
7 days
This cookie is HttpOnly (not accessible to JavaScript) and Secure (transmitted only over HTTPS).
3. Local Storage
We use browser local storage for one preference that makes the app work better for you:
Key
Purpose
Type
theme
Remembers your light, dark, or system theme preference
Preference
This value is never sent to our servers. It defaults to your operating system preference if not set.
4. What We Do Not Use
No Google Analytics or any other analytics platform
No advertising cookies or tracking pixels
No social media tracking (Facebook, Twitter/X, LinkedIn, etc.)
No fingerprinting or cross-site tracking
No third-party cookies of any kind
5. Managing Cookies
Because we only set the single essential session cookie, you cannot opt out of it without losing the ability to sign in. All modern browsers allow you to block or delete cookies via their settings — doing so will sign you out of InsightLoop.
The local storage entry for your theme preference can be cleared in your browser's developer tools or storage settings. Clearing it resets the theme to your operating system default.