Disabling functional cookies until the user accepts

By default, the application assumes consent on the use of functional cookies when the user hasn’t done any action on the cookie banner. To keep functional cookies disabled until the user clicks the Accept button:

  1. Open global.js file at html\js\global.js.
  2. Set the “assumeConsentByDefault” flag to false.
  3. Save the file.