1. What are Cookies
Cookies are small text data blocks stored on your computer or device by your web browser when you access websites. They enable web applications to retain state, verify session integrity, and personalize layouts across page navigation events.
We use cookies and equivalent browser storage mechanisms (such as localStorage) to maintain continuous sign-in sessions and candidate preferences.
2. How We Use Them
SentiNews does not track your behavior across external websites. We use cookies exclusively to optimize user authentication and performance on this platform:
- Session Retention: Keeping you signed in as you move between your profile editor, application terminal, and saved jobs folder.
- Security: Generating secure CSRF (Cross-Site Request Forgery) and authorization tokens to protect database mutations.
- Performance: Storing telemetry parameters to accelerate asset load speeds on Next.js routes.
4. Controlling Cookies
You hold the authority to manage cookie files via your browser's settings controls:
- You can clear all local cookies and storage parameters at any time from your browser privacy options.
- You can set your browser to reject cookies. However, please note that doing so will disable candidate dashboard capabilities.
5. Policy Updates
SentiNews will update this Cookie Policy as browser standard criteria and security frameworks evolve. Any adjustments will be reflected immediately by updating the Effective Date at the top of this page.
For additional questions regarding our telemetry usage, contact our engineering division at security@sentinews.com.