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.
- Open global.js file at html\js\global.js.
- Search for the candidateSpaceCookies array
- To disable a particular cookie, set “allowed:” to false.
- Save the file.