1. What are Cookies and LocalStorage?
Cookies are small text files placed on your device by websites that you visit. LocalStorage is an HTML5 technology that allows websites to store key-value data directly in your browser. Both technologies allow us to remember your preferences and keep your sessions authenticated across visits.
2. How We Use Browser Storage
TechyBlogs does not use tracking cookies for third-party targeted advertising. We only store functional data required for visual preference stability and administrator security:
| Storage Key | Type | Purpose |
|---|---|---|
| theme-storage | LocalStorage | Saves client-side UI preference (light vs dark mode) to ensure layout consistency immediately on page load. |
| token | Cookie | Persists administrative authentication state to permit access to article dashboards and write interfaces. |
3. Managing Storage Settings
You can control or clear LocalStorage and Cookie caches through your browser's settings panel. If you disable LocalStorage or clear the data:
- The site layout will default to Dark Mode on each new load.
- Administrators will be logged out and prompted to authenticate again.
4. Questions and Contact
If you have any questions regarding our storage practices or require clarification on how data is handled, please contact:
Email: suheelhilal92@gmail.com