# Review cookie lifetime

{% hint style="success" %}
**Access Type**: Compliance Report - Viewer or Editor
{% endhint %}

While data privacy regulations like the General Data Protection Regulation (GDPR) do not have a comprehensive rule regarding the lifetime of a cookie and defer to national data protection authorities to provide specific guidance, a widely adopted guideline is 13 months.

{% hint style="info" %}
The 13 months guideline is based on recommendations from the French Data Protection Authority (CNIL).
{% endhint %}

Review the lifetime of cookies dropped on a domain by clicking **Compliance Report** on the left-hand panel and selecting **Details** inline with a domain on the subsequent page.

<figure><img src="/files/Eqhptb4LX4Fzf71S4h02" alt="" width="563"><figcaption></figcaption></figure>

Ensure the Trackers tab is selected and use the provided filters to filter the list by:

<table><thead><tr><th width="222.13330078125">Filter</th><th>Value(s)</th></tr></thead><tbody><tr><td>Type</td><td>Cookie</td></tr><tr><td>Lifetime</td><td><ul><li>Between 12 and 24 months</li><li>More than 24 months</li></ul></td></tr></tbody></table>

{% hint style="warning" %}
**Note**: Didomi will also include any cookies with a lifetime that exceeds 13 months in the [Compliance issues](/compliance-report/compliance-report-results/compliance-report-overview.md#compliance-issues) tab of the report.&#x20;
{% endhint %}

<figure><img src="/files/sCRNyeMgGV9RzvB4CRWY" alt="" width="563"><figcaption></figcaption></figure>

Most of the cookies on table will have a lifetime greater than 13 months. To learn more about which party is initiating the cookie on your domain, click the name of the **Initiator** inline with the cookie.&#x20;

<figure><img src="/files/hz4KZ652G2ELde3fcQV3" alt="" width="563"><figcaption></figcaption></figure>

The subsequent modal will give your organization information on the vendor such as their privacy policy, all the trackers they dropped on your domain, etc...

<figure><img src="/files/iP7u9GcKL57Je6NeYW4f" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
Additionally, your organization can [download the tracker component](/compliance-report/compliance-report-results/download-compliance-report.md) of the compliance report to see all of the pages where the Didomi bot discovered a particular cookie.
{% endhint %}

Once the cookies with lifetimes greater than 13 months are identified, use this information to contact the initiating vendor to ask that the cookie lifetime is reduced or deleted.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.didomi.io/compliance-report/compliance-report-results/review-cookie-lifetime.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
