I'm suddenly having problems when setting variable...
# cfml-general
j
I'm suddenly having problems when setting variables in the server scope. The code hasn't changed, but they not available (variable not found) after setting them, which is weird. I'm not even sure where to start looking - any ideas?
a
Could a load balancer be in play where the server variables are set on server A, and the following request to check for the variables existence occurs on server B?
👍 1
are you able to dump out (or log) the server scope?
a
Bet ya five quid yer setting them on one server instance and trying to read them from another server instance.
👍 1