Disabling functional cookies even if the user accepts

Customers can disable a functional cookie in the application. This setting disables cookies even if the user accepts the use of cookies.

  1. Open global.js file at html\js\global.js.
  2. Search for the candidateSpaceCookies array
  3. To disable a particular cookie, set “allowed:” to false.
  4. Save the file.