Type |
Name |
Purpose |
Personal data |
Lifetime |
|---|---|---|---|---|
Session cookie |
|
Carries a random PHP session ID used to identify the user’s session on the server. |
No |
Until browser is closed. |
Session cookie |
|
Carries a random token used to decrypt the session data stored on the server. |
No |
Until browser is closed. |
Same-site cookie |
|
Used to detect whether a request originates from the same site
( |
No |
Expires 2100-12-31 (effectively permanent). |
Same-site cookie |
|
Used to detect cross-site navigation requests
( |
No |
Expires 2100-12-31 (effectively permanent). |
Remember-me cookie |
|
Stores the user’s login name to enable persistent login across browser sessions. |
Yes — contains the username. |
Defaults to 15 days. Configurable via |
Remember-me cookie |
|
A random token paired with |
No |
Same as |
Remember-me cookie |
|
The original session ID, retained to allow session continuity when the remember-me token is used. |
No |
Same as |
Download helper |
|
A short-lived random token set when a file download begins, used to signal the browser that the download has started (e.g. to hide a loading indicator). |
No |
20 seconds. |