Hi,
<div><br></div><div>I have WMS overlays (source <a href="http://iridl.ldeo.columbia.edu/">http://iridl.ldeo.columbia.edu</a>) in my GIS application (built on ExtJS, Mapfish, OpenLayers). It works, but the overlays do not seem to show up any faster after the first load and the Chrome inspector confirms that. So I talked to the guys at <a href="http://columbia.edu">columbia.edu</a> and they say that they can se &#39;Pragma: no-cache&#39; in my getMap requests.</div>

<div><br></div><div>My WMS layers are created like this:</div><div><br></div><div><div><div style="font-family: &#39;courier new&#39;, monospace; ">new OpenLayers.Layer.WMS(</div><div style="font-family: &#39;courier new&#39;, monospace; ">

    &lt;name&gt;,</div><div style="font-family: &#39;courier new&#39;, monospace; ">    &lt;url&gt;,</div><div style="font-family: &#39;courier new&#39;, monospace; ">    {</div><div style="font-family: &#39;courier new&#39;, monospace; ">

        layers: &lt;layers&gt;,</div><div style="font-family: &#39;courier new&#39;, monospace; ">        transparent: true,</div><div style="font-family: &#39;courier new&#39;, monospace; ">        format: &#39;image/png&#39;</div>

<div style="font-family: &#39;courier new&#39;, monospace; ">    },</div><div style="font-family: &#39;courier new&#39;, monospace; ">    {</div><div style="font-family: &#39;courier new&#39;, monospace; ">        isBaseLayer: false,</div>

<div style="font-family: &#39;courier new&#39;, monospace; ">        buffer: 0,</div><div style="font-family: &#39;courier new&#39;, monospace; ">        ratio: 1,</div><div style="font-family: &#39;courier new&#39;, monospace; ">

        singleTile: true</div><div style="font-family: &#39;courier new&#39;, monospace; ">    }</div><div style="font-family: &#39;courier new&#39;, monospace; ">)</div><div style="font-family: &#39;courier new&#39;, monospace; ">

<br></div><div>How can I control the Pragma parameter? It is obviously not provided in the base url.</div></div></div><div><br></div><div>Jan</div>