Every cookie and browser-storage item CareerStudioMax actually sets, and why.
These keep you signed in and the site functioning. They can't be switched off, since the site can't work securely without them.
| Cookie | Purpose | Duration |
|---|---|---|
| cs_token | Your login session (JWT), httpOnly + secure — never readable by page scripts | 7 days |
| nexus_token | Legacy login-session cookie, kept only for backward compatibility with older sessions; no longer newly set | 7 days |
| connect.sid | Server session identifier, httpOnly + secure | 7 days |
| cs_remember | Remembers your "stay signed in" preference | Set by your choice at login |
Remember choices you've made so we don't ask again every visit.
| Cookie | Purpose | Duration |
|---|---|---|
| cs_consent | Records your cookie-banner choice (accept/reject optional cookies) | 1 year |
| Language preference | Remembers your selected display language | 1 year |
Not technically cookies (never sent to any server automatically), but stored in your browser the same way. All first-party — nothing here is shared with or readable by another website.
| Key | Purpose |
|---|---|
| cs_token / cs_user | Mirrors your signed-in state so the app UI can respond instantly without a network round-trip |
| cs_theme | Your light/dark theme choice |
| cs_cookie_consent | A local copy of your cookie-banner choice |
| cs_visitor_id | A random, pseudonymous ID used only for our own first-party analytics below — never sent to any other site, and not a cross-site tracking identifier |
Only active if you accept optional cookies in the banner, and only ever sent to our own servers — never a third party.
Change your cookie preferences at any time — this reopens the same banner shown on your first visit:
You can also block or delete cookies entirely via your browser's own settings — strictly necessary cookies being blocked will prevent you from staying signed in.
We'll update this page if what we actually set in your browser changes. Since this document is generated from the real code and configuration, it stays accurate rather than going stale.
← Privacy Policy · Third-Party Data Sharing →