Copy link to clipboard
Copied
We are migrating from CF9 to CF11.
CF11 clears client variables (other than the reserved) in new application, unlike CF9 which retains all client variables. Is there a patch to fix this bug?
Copy link to clipboard
Copied
LarryW1ckliffe wrote
We are migrating from CF9 to CF11.
CF11 clears client variables (other than the reserved) in new application
Are you referring to variables of type client.myVar? If so, then there shouldn't be a problem. You may save client variables permanently in the registry, in the database or as cookies.