Client Variable Storage in Multi-Server Setup
Hi,
We have 4 ColdFusion Standard Edition servers. I would like to set all of them to use database for Client Variable Storage - and use the same Datasource.
We use UUID for generating CFTOKEN. Since I am using the same datasource, will it be possible that one server will create same CFID/CFTOKEN as another server? Remember, that these are Standard Edition servers. My main concern is that Server 1 creates a set of CFID/CFTOKEN. Some days later, Server 2 creates the same set of tokens and ends up sharing another users data that had previously logged on to Server 1.
Thanks!
