What cookies and local storage are
Cookies are small text files placed on your device by websites you visit. "Local storage" is a similar mechanism built into modern browsers. Both let a site remember small pieces of information — such as which cookies you've accepted — between visits.
What LYNR currently uses
LYNR keeps the site deliberately light. At the time of writing, the only persistent storage in active use is essential.
- Essential — cookie preferences: a single entry in your browser's local storage (
lynr_cookie_consent) so we remember your choice and don't show the banner again. - Essential — contact form / security: standard session protections that may be set by the hosting platform while you submit the form.
- Analytics: not currently loaded. If enabled later, analytics cookies will only run after you've given consent.
- Marketing: not currently loaded. If enabled later, marketing cookies will only run after you've given consent.
Cookie categories
| Category | Purpose | Examples | Duration | Consent needed |
|---|---|---|---|---|
| Essential | Site operation, remembering your cookie choice, basic security. | lynr_cookie_consent | Persistent (until you clear it) | No — strictly necessary |
| Analytics | Anonymous, aggregated measurement of how the site is used so we can improve it. | None active today. Specific providers will be named here once enabled. | Provider-dependent | Yes |
| Marketing | Measuring campaign performance and attribution. | None active today. Specific providers will be named here once enabled. | Provider-dependent | Yes |
Consent and control
Non-essential cookies are not loaded unless you accept them. You can:
- Accept all, reject non-essential, or fine-tune categories using the banner shown on first visit.
- Reopen the choices at any time via the Cookie preferences link in the footer.
- Clear cookies and local storage directly in your browser settings.
Changes
If LYNR adds analytics or marketing tools later, this page will be updated and the cookie banner will ask for consent before those tools load.
Contact
Questions about cookies: cookies@getlynr.com.