Feeds:
Posts
Comments

Archive for May 28th, 2008

Spry Cache Problem

I am so grateful to the author of the blog : http://www.infoaccelerator.net/blog/archives.cfm/date/2006/11 for providing tips to turn off the spry cache which had been a persistent problem. What I did is to follow his 2 steps and add to my codes:

Added the cfheader codes at the top of the page:
<cfheader name=”Cache-Control” value= “no-cache”>
<cfheader name=”Expires” value=”0″>
<cfheader name=”Pragma” [...]

Read Full Post »