Cookies

Cookies

Updated 25 August 2026

This is a courtesy translation. The Spanish version is the one that applies.

There are two, and both are needed

MUATOO uses no advertising, tracking or analytics cookies. There are no pixels, no third-party scripts, nothing that goes to another company.

That is why you will not see a banner asking your permission: the two cookies that exist are strictly necessary for the site to work, and the law does not require consent for those. A banner asking permission for something that does not need it only teaches people to click “accept” without reading.

muatoo_sesion

  • What for: keeping you logged in from one page to the next.
  • What it stores: a session identifier. Not your email, not your name, nothing readable.
  • How long: until the session expires or you log out.
  • It is `httpOnly`: the page’s JavaScript cannot read it, so an injected script cannot steal it.
  • It is only set when you log in. With no account, it does not exist.

muatoo_idioma

  • What for: remembering that you chose Spanish or English in the language picker.
  • What it stores: two letters, `es` or `en`.
  • How long: one year.
  • It is only set if you use the picker. If you never touch it, it does not exist.

How to get rid of them

Logging out removes the first one. The second you can delete from your browser settings, at any time and with no consequences: the site will serve you Spanish again, which is the default.

If you block cookies entirely, you can read the whole public site but you will not be able to stay logged in.

If this changes

The day MUATOO adds analytics or anything that is not strictly necessary, this page will stop telling the truth. That day there will be a banner, and you will be able to say no.

While this page says “two”, it is two.