Skrevet av Emne: HOWTO make a HTML page refresh or turn of cache  (Lest 2621 ganger)

ATC

  • Gjest
HOWTO make a HTML page refresh or turn of cache
« på: 27. ſeptember 2008, 18:24 pm »
  • [applaud]0
  • [smite]0
  • Web pages won't refresh or update.
    Web pages keeps caching to client.

    How do we fix that?
    With a baseball bat?



    ATC

    • Gjest
    [Solved] HOWTO make a HTML page refresh or turn of cache
    « Svar #1 på: 27. ſeptember 2008, 18:24 pm »
  • [applaud]0
  • [smite]0
  • It's easier to use META tags:
    Refresh:
    <META http-equiv="refresh" content="3,http://www.domain.com/page.html">
    (ref: www.w3.org)

    No-cache:
    <META http-equiv="pragma" content="no-cache">
    (ref: www.w3.org)