In some environments, relying on the Chromium cache can cause errors when opening forms in the Unity Client. When this occurs, the Chromium cache can be disabled and the form and its resources will then be fetched from the Application Server. In order to disable the Chromium cache, set the following key in the obunity.exe.config file to true:
<add key="DisableUnityFormChromiumCache" value="true"/>
Warning:
Enabling this setting may cause performance issues.