What is the duration of a consent ?

Serge LAKE
Serge LAKE
  • Updated

Consent remains valid for 6 months.

It is possible to change this length of time by adding a userCookiesDuration property to the axeptioSettings object in our script.

For example : 

window.axeptioSettings = {
clientId: "XXXXXXXXX",
userCookiesDuration: 180 // Value in days, here 180 days or approximately 6 months
}

 Detailed information about using the axeptioSettings object is included in the SDK Integration/Options and Advanced Mode developer documentation.

Was this article helpful?

4 out of 6 found this helpful