1. What are Cookies and Local Storage?
Cookies and browser local storage are small data files stored on the device to remember configuration preferences across visits.
2. Usage Purpose
Browser LocalStorage is used strictly to save configuration settings, such as:
- Language preferences
- User interface configuration (e.g., layout or theme settings)
- Temporary application cache
3. No Tracking
Cookies and local storage are not used for advertising or third-party tracking purposes. All stored data is strictly for the core functionality of the platform.
4. Control
Browser data can be cleared at any time through the browser settings, which will reset any local configurations.