1. Help Center
  2. Consent Notices (old flow)

Does Didomi store consent on the client side or the server side?

🔎 We store both!

We do not send HTTP requests to determine the consent status of the user as we keep a local cache in a cookie.

We basically do the following:

  •   Check the cookie for consent information.
  •   If information is missing, display the banner.
  •   Once consent has been collected, store it in a cookie and send that consent back to our servers for long-term storage.