What cookies and browser storage are
Cookies are small pieces of data stored by your browser. Browser storage technologies, including LocalStorage, SessionStorage, IndexedDB, Cache Storage, and similar mechanisms, can store more structured information in the browser.
Kreotar may use these technologies to support sessions, language, interface preferences, local drafts, studio state, recent actions, security checks, and user-requested workflows.
- Cookies can support sessions, security, analytics, and advertising.
- LocalStorage can support preferences and lightweight state.
- IndexedDB can support larger browser-side drafts or file-related state.
- Cache technologies can improve speed and offline-like responsiveness for assets.