<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PHP scripts caching in Firefox v101.0.1 in Discussions</title>
    <link>https://connect.mozilla.org/t5/discussions/php-scripts-caching-in-firefox-v101-0-1/m-p/8350#M3489</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/6325"&gt;@kuhlaid&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&lt;STRONG&gt;Is there is a caching header, etc. I need to send with PHP responses so Firefox does not cache my PHP scripts?&lt;/STRONG&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Try&lt;/P&gt;&lt;LI-CODE lang="php"&gt;header("Cache-Control: no-store");&lt;/LI-CODE&gt;&lt;P&gt;if you don't want browsers to cache the response.&lt;/P&gt;&lt;P&gt;If that isn't sufficient, is it possible your site has any caches that Firefox might be hitting? This can be an issue with WordPress sites, but I don't know about others.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jun 2022 19:35:03 GMT</pubDate>
    <dc:creator>jscher2000</dc:creator>
    <dc:date>2022-06-21T19:35:03Z</dc:date>
    <item>
      <title>PHP scripts caching in Firefox v101.0.1</title>
      <link>https://connect.mozilla.org/t5/discussions/php-scripts-caching-in-firefox-v101-0-1/m-p/8055#M3415</link>
      <description>&lt;P&gt;I'm scratching my head as to why Firefox would cache a request to a PHP script. I have never had this happen in years of PHP development. Even a Shift+Reload on the browser would not release the cache. Only after I cleared the site cache in Firefox did the correct PHP output display. &lt;STRONG&gt;Is this a bug in Firefox or some new caching feature I need to know about?&lt;/STRONG&gt; I had no idea where to begin to debug this problem, nor how to reproduce it now the site cache is cleared. &lt;STRONG&gt;Is there is a caching header, etc. I need to send with PHP responses so Firefox does not cache my PHP scripts?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I would appreciate any insights.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 19:19:44 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/php-scripts-caching-in-firefox-v101-0-1/m-p/8055#M3415</guid>
      <dc:creator>kuhlaid</dc:creator>
      <dc:date>2022-06-15T19:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: PHP scripts caching in Firefox v101.0.1</title>
      <link>https://connect.mozilla.org/t5/discussions/php-scripts-caching-in-firefox-v101-0-1/m-p/8344#M3485</link>
      <description>&lt;P&gt;If you are doing web development then you may want to enable the &lt;EM&gt;disable HTTP cache&lt;/EM&gt; setting in the devtools. &lt;A href="https://firefox-source-docs.mozilla.org/devtools-user/settings/index.html" target="_blank"&gt;https://firefox-source-docs.mozilla.org/devtools-user/settings/index.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 18:05:40 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/php-scripts-caching-in-firefox-v101-0-1/m-p/8344#M3485</guid>
      <dc:creator>KevinBrosnan</dc:creator>
      <dc:date>2022-06-21T18:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: PHP scripts caching in Firefox v101.0.1</title>
      <link>https://connect.mozilla.org/t5/discussions/php-scripts-caching-in-firefox-v101-0-1/m-p/8350#M3489</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/6325"&gt;@kuhlaid&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&lt;STRONG&gt;Is there is a caching header, etc. I need to send with PHP responses so Firefox does not cache my PHP scripts?&lt;/STRONG&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Try&lt;/P&gt;&lt;LI-CODE lang="php"&gt;header("Cache-Control: no-store");&lt;/LI-CODE&gt;&lt;P&gt;if you don't want browsers to cache the response.&lt;/P&gt;&lt;P&gt;If that isn't sufficient, is it possible your site has any caches that Firefox might be hitting? This can be an issue with WordPress sites, but I don't know about others.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 19:35:03 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/php-scripts-caching-in-firefox-v101-0-1/m-p/8350#M3489</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-06-21T19:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: PHP scripts caching in Firefox v101.0.1</title>
      <link>https://connect.mozilla.org/t5/discussions/php-scripts-caching-in-firefox-v101-0-1/m-p/106262#M41047</link>
      <description>&lt;P&gt;Yet, the issue still appear in Firefox 144.0 with ignoring &lt;EM&gt;&amp;lt;meta http-equiv="Cache-Control" content="no-cache"&amp;gt;&lt;/EM&gt;. I have not bothered to check the old&amp;nbsp;&lt;EM&gt;&amp;lt;meta http-equiv="Pragma" content="no-cache"&amp;gt;&lt;/EM&gt; tag though.&lt;/P&gt;&lt;P&gt;At the moment, I'm trying to build a PHP/MySQL page and trying different layouts has been frustrating. A way around the issue, has been to choose a different file name with each and every slightest change ... Sometimes, but rare, it performs a true refresh.&lt;/P&gt;&lt;P&gt;The cache issue also means that changes in the database are most of the time ignored.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 09:17:04 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/php-scripts-caching-in-firefox-v101-0-1/m-p/106262#M41047</guid>
      <dc:creator>Digitronics</dc:creator>
      <dc:date>2025-09-25T09:17:04Z</dc:date>
    </item>
  </channel>
</rss>

