RGPD - cookieLifetime - write custom code to set a date on which to delete the cookie Hello, Currently we use cookieLifetime variable to set the Adobe cookie limit on our website. Seen with the new rules of RGPD, we fixed the expiry to 13 months to abide by the law. Now we need to add a setting to make the cookies' expiry date not get renewed on every visit. So for example : Visitor X : Visit 1 - 02/01/2022 : Cookie expires in 13 months - expiry date : 02/02/2023Visit 2 - 12/03/2022 : Cookies already exist - expiry date shouldn't be renewed - cookies still have to expire on 02/02/2023 I checked the Adobe documentation, all I found is this: 13-month cookie limit. You can override your analytics cookie expiration using the cookieLifetime variable. Experience Cloud cookies including Analytics and ECID extend the cookie expiration date with each visit. To set a static, non-rolling cookie expiration, you can either: (1) write custom code to set a date on which to delete the cookie, or (2) use y