Landing visit
Your browser receives VISITOR_ID, a random first-party identifier. It does not contain your email, password or payment information.
This landing page creates a first-party visitor cookie when you arrive. Sign in to explore secure PHP sessions, active devices, masked cookie values and remote session revocation from one clean dashboard.
The visitor cookie and login session have different jobs. This package lets you see both without exposing full authentication tokens.
Your browser receives VISITOR_ID, a random first-party identifier. It does not contain your email, password or payment information.
After login, PHP creates a separate SECSESSID cookie that links the browser to a server-side authenticated session.
Each signed-in browser is registered separately so you can view device details and revoke another session from the dashboard.
Authentication values are masked in the dashboard. Passwords stay server-side as hashes, and the browser cookies use sensible security flags over HTTPS.
SecureCookies are sent over HTTPS.
HttpOnlyJavaScript cannot read the protected cookies.
SameSite=LaxReduces unnecessary cross-site cookie sending.
CSRF protectionSensitive form actions require a session token.