<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Arial,Helvetica,sans-serif'>
<div id="signature">I looked at your website, and it appears you only include URLs from the same server (some of them return HTML listings, others <iframes> to external pages).<br /><br />If the server or the PHP process has some cache that we cannot see and control, you can try adding a random parameter <span style="font-family: 'andale mono', monospace;">t</span>o the URL request:<br />
<pre class="escaped"><span style="font-family: 'andale mono', monospace;"> $m[1] .= "?".mt_rand(); # new line<br /> return Keep(...); # existing line<br /><br /></span></pre>
This should make it look like a different request and prevent reloading the previous result from the cache.<br /><br />Petko<br /><br />On 14/02/2023 12:00, Gregor Klarič wrote:</div>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">
<div id="replybody1">
<div dir="ltr"> > Which IncludeUrl function do you use?<br />The one written on the page.</div>
<br />
<div class="v1gmail_quote">
<div class="v1gmail_attr" dir="ltr">Am Di., 14. Feb. 2023 um 11:55 Uhr schrieb Petko Yotov <<a href="mailto:5ko@5ko.fr" rel="noreferrer">5ko@5ko.fr</a>>:</div>
<blockquote class="v1gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid #cccccc; padding-left: 1ex;">Which IncludeUrl function do you use? The one written on the page, or <br />the attached file?<br /><br />I don't see anything in the 2 functions that would cache the remote <br />content.<br /><br />I'd check the remote server headers, or maybe a proxy cache that may <br />retain an older version of the resource for some time.<br /><br />Petko<br /><br /><br />On 13/02/2023 08:39, Gregor Klarič wrote:<br />> I am using this recipe to include the content of some other pages:<br />> <br />> <a href="https://www.pmwiki.org/wiki/Cookbook/IncludeUrl" target="_blank" rel="noopener noreferrer">https://www.pmwiki.org/wiki/Cookbook/IncludeUrl</a><br />> <br />> I noticed that there seems to be a cache somewhere in the pmwiki and <br />> that even if the included page has changed the wiki page is not <br />> immediately updated, sometimes for an hour.<br />> <br />> It is not cached in the browser, I had made a Crtl+F5 reload in Chrome.<br />> <br />> I tried setting this for the calling page<br />> $EnableIMSCaching = 0;<br />> but without result.<br />> <br />> Any ideas?</blockquote>
</div>
</div>
</blockquote>
</body></html>