Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Application.Variable is not updating in application.cfm file

Guest
May 26, 2016 May 26, 2016

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

259
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
May 26, 2016 May 26, 2016
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources