Copy link to clipboard
Copied
Dear All.,
I have been trying to update a application variable in my application.cfm and it is not working.
APPLICATION.old_variable = '1,2,3';
(I want to add 4,5,6 along with the above variable)
I did the applicationtimeout and it is working for 10 seconds and again the the old values '1,2,3' is coming.
Also i added a new application variable
APPLICATION.new_variable = '1,2,3';
But here what ever the change i did and update the applicationtimeout it is working well.
My case is the application variable is ONLY NOT UPDATING TO THE OLD VARIABLES
Copy link to clipboard
Copied
Please create a test case that demonstrates the problem you are experiencing.
Create an application with only two files: application.cfm and display.cfm
The display.cfm file should display the results you are expecting and the actual results that you are getting.
Post the contents of those two files and we will be able to help figure out the problem.
Cheers
Eddie