Cookies and stored data

DataDome stores the following data on clients such as web browsers:

NameTypePurposeExpirationSizePlatform
datadomeCookieUsed for both server-side and client-side detection to assess the legitimacy of a request. The cookie's data is encrypted for security and does not contain any personally identifiable information (PII).1 year128 bytesWeb, Mobile
ddSessionLocal StorageDuplicate of the datadome cookie.
Only exists when the sessionByHeader option is enabled on the JS Tag.
1 year128 bytesWeb
ddOriginalReferrerSession StorageStores the referrer value when a Device Check or CAPTCHA is triggered for later restoration.End of sessionUp to 2048 bytesWeb

📘

Recommendations

Operations such as blocking, tampering, or deleting the data listed above can result in issues or unexpected behaviors.

We recommend to watch out for mechanisms that can run such operations and do any necessary actions to prevent them.


Did this page help you?