cflock read only
We use many static application variables to populate pick boxes and compare them to form values in the process. They are also used to validate input from text boxes.
Lately, we have been seeing an error saying that a 2 character code is exceeding the maxlength of 2 in a cfqueryparam tag.
When the application variables are refreshed, the error goes away for a few days or a few months, but eventually comes back.
Could this be caused by not having cflocks around the populating and comparing with application variables ?
