What cookies are
- Cookies are small text files saved by the browser on the User's device. They allow the site to remember preferences (e.g. login status, shopping cart contents) between visits and subpages.
- Cookies do not contain personal data that would allow direct identification - they store only a session identifier referring to the Controller's database.
- In addition to classic cookies (HTTP cookies), the Platform uses the browser's localStorage - an analogous mechanism kept locally and not sent to the server in HTTP headers.