Turnning Cache Off !!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • onlymars
    New Member
    • Mar 2008
    • 13

    #1

    Turnning Cache Off !!

    Helloo every one, i have an html file linked inside an iframe. the page consist of a news scroller which is displayed in every pages at the website. the problem is dat i update the news inside that html file but most of the time the browser opens the old page instead of the new updated one. how can i turn off the cache of the specific page so that i get the updated page every time. thanx
  • labmonkey111
    New Member
    • Sep 2008
    • 44

    #2
    I've never used it myself, but this should do the trick:

    Code:
    <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
    Just put it in the <head> of the news page.

    Comment

    • onlymars
      New Member
      • Mar 2008
      • 13

      #3
      i have added the same meta tag 2 days ago but there isn't any effect by it. the page still needs to be hard refreshed to see the updated version.

      Comment

      • eWish
        Recognized Expert Contributor
        • Jul 2007
        • 973

        #4
        Here is an article on Caching that might be helpful. Also, what browser are you using and does your browser have the option to turn off caching?

        --Kevin

        Comment

        Working...