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

Application.Variable is not updating in application.cfm file

Guest
May 26, 2016 May 26, 2016

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

Views

205

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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
Documentation