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

CFQuery displaying old results?

LEGEND ,
Apr 16, 2006 Apr 16, 2006
No matter what i try, my cfquery is displaying old results. I've tried
inserting cachedwithin="#createtimespan(0,0,0,0)#" into the cfquery, but it
still displays the old results. Has anybody seen this before? I can't
figure out what's going on.


TOPICS
Getting started
409
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
Community Expert ,
Apr 17, 2006 Apr 17, 2006
What happens when you change the name of the query?

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
Contributor ,
Apr 17, 2006 Apr 17, 2006
Do you have something like:

<head>
<META HTTP-EQUIV="Expires" CONTENT="01 Jan 2000">

in your HTML to make sure the browser doesn't put up a cached version of the page?
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
New Here ,
Apr 18, 2006 Apr 18, 2006
LATEST
Also check the brower setting. For IE, go to Tools --> Internet Option. Under "General Tab" and "Temporary Internet file" section clcik on "Setting" button. Make sure that radio button Check for new versions.... "Every page visits to the page".
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