The current web application does not add advertising or third-party analytics cookies. Authenticated private areas may use WordPress session cookies required for login and owner-scoped REST access.
Login cookies and no advertising trackers
The public GeoLira application does not load runtime from Google Analytics, advertising networks, Facebook, Hotjar, Segment or similar third-party trackers. Authenticated private areas may use WordPress session cookies required for login and owner-scoped REST access. Those cookies support the user session and are not used by GeoLira to build an advertising profile.
LocalStorage and SessionStorage are separate browser storage
Not all browser storage is a cookie. GeoLira uses localStorage for the selected view mode, an optional public Today snapshot with a maximum age of 7 days, and local deletion receipts for anonymous community check-ins. A receipt contains submission_id and delete_token and is limited to 90 entries. PWA release recovery also uses localStorage and sessionStorage to move the browser safely to the current release.
What clearing browser storage does
Clearing cookies may sign the user out. Clearing localStorage or sessionStorage may remove local preferences, the public trend snapshot and a saved token needed to delete an anonymous check-in from that device later. Clearing browser storage by itself does not delete server records. The private journal module does not store journal text or notes in localStorage or sessionStorage.