Skip to main content
May 26, 2016
Question

Application.Variable is not updating in application.cfm file

  • May 26, 2016
  • 1 reply
  • 287 views

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

    This topic has been closed for replies.

    1 reply

    EddieLotter
    Inspiring
    May 26, 2016

    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