Skip to main content

What is the lifespan of a consent?

Written by Alexandre Dias Da Silva

The legal duration of a consent is 6 months.

At Axeptio the duration is 6 months 🍪

It is possible to modify this duration by adding a userCookiesDuration property to the axeptioSettings object present in our script.

For example:

window.axeptioSettings = {  clientId: "XXXXXXXXXXX",  userCookiesDuration: 180 // value in days, here 180 days or about 6 months}

✅ Details regarding the use of the axeptioSettings object are available in the developer documentation SDK Integration / Options and advanced mode.

Did this answer your question?