public System.bool IsWebFarmSupport {get; set;}
If not using sticky sessions in a web farm environment, should be True. More temp information will be written to disk when True allowing other nodes in the farm to read it.
Should be False if sticky sessions is configured or when Exago runs in a single node to stop unnecessary costly disk writes and keep information in memory instead.
public System.bool IsWebFarmSupport {get; set;}