csteinhilber
Programmer
We're running into some severe problems with CLIENT variables in the latest MX release.
The problem being... other user's values for those vars are associated with the current user.
In other words; when User A submits a form, I store a client var named "email" with the value they submitted in the form's email field. When User A revisits a similar form, if the client variable "email" exists, I pre-populate the field on the form with the value.
But every so often, User B-Z emails our webmaster that they're actually seeing the email field on their current form pre-populated with User A's value.
We've verified that all users involved have cookies enabled (and if they didn't, our code would not pre-populate the fields anyway). And the CFID's appear to be different.
It really looks like ColdFusion is just flaking, and pulling the wrong values from the client store (which is currently set to an Oracle database).
Is anyone else having similar problems? Anyone find a fix or workaround?
TIA!
-Carl
The problem being... other user's values for those vars are associated with the current user.
In other words; when User A submits a form, I store a client var named "email" with the value they submitted in the form's email field. When User A revisits a similar form, if the client variable "email" exists, I pre-populate the field on the form with the value.
But every so often, User B-Z emails our webmaster that they're actually seeing the email field on their current form pre-populated with User A's value.
We've verified that all users involved have cookies enabled (and if they didn't, our code would not pre-populate the fields anyway). And the CFID's appear to be different.
It really looks like ColdFusion is just flaking, and pulling the wrong values from the client store (which is currently set to an Oracle database).
Is anyone else having similar problems? Anyone find a fix or workaround?
TIA!
-Carl