Changing the cookie saving limit


This page should only be used if the script asks you to manually migrate skin.TarteAuCitron.DataRetention

The reasonable lifetime of a consent cookie is currently 6 months, according to the CNIL.
This parameter must therefore be modified in the TarteAuCitron template call.

If you have overloaded the template head-js-grpd-wrapper:

  • This is not "normal". If the current overload code isn't commented out to explain why, get a developer to do it.
  • If, despite this, you decide to keep this code overload, you need to add the following line to the script :
<!-- Max cookies time expiration of 6 months -->
window.timeExpire = 15768000000;

 

 

Back to top