Menu

how to disable caching

Help
2003-12-15
2004-01-30
  • Viktor Bludov

    Viktor Bludov - 2003-12-15

    it looks like some proxy servers are caching our pages and  when visitors hit <back> button in their browser they get pages that were dated few days back

    is there a way to avoid this from happening ?

     
    • Peter Spatz

      Peter Spatz - 2004-01-30

      Hi,

      disable cashing can be done by adding it to the headers of your website like:
      <meta http-equiv="cache-control" content="no-cache"> for webclient
      or more proxy advising:
      <meta http-equiv="pragma" content="no-cache">
      or
      <meta http-equiv="expires" content="0">

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.