Legal

Cookie Notice

This notice explains how MoonTechLife uses cookies and similar technologies. The repository currently shows security and session cookies; if analytics or marketing cookies are introduced, this notice and the consent flow should be expanded.

Last updated: April 14, 2026

What Cookies Are Used For

Cookies are small data files placed on a browser or device. MoonTechLife uses them primarily to keep users signed in, protect sessions, and support secure application behavior.

Strictly Necessary Cookies

The codebase currently shows cookies used for:

  • Main authenticated session handling.
  • Exam portal session isolation.
  • CSRF protection and related security controls.

These cookies are required for login, route protection, secure requests, and core platform operation.

Optional Cookies

The repository does not currently show a live analytics or advertising cookie implementation. If MoonTechLife later adds analytics, personalization, or marketing cookies, users should be given a clear cookie banner with accept and reject controls before those cookies are set.

Managing Cookies

Users can manage some cookies through browser settings, but disabling strictly necessary cookies may prevent login, session continuity, MFA checks, or exam access from working correctly.

Cookie Improvements Still Needed

  • Add a visible cookie preferences control if optional cookies are enabled.
  • Document exact cookie names, purpose, duration, and provider in a production cookie table.
  • Store consent records where required.