Re: How can I force clients to refresh JavaScript files?

2014-09-12 Thread Claude Schnéegans
>>The easiest way is to simply expire the page using cfheader. The problem with this technique is that you will force a reload even if the file was not changed. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.c

Re: How can I force clients to refresh JavaScript files?

2014-09-12 Thread Claude Schnéegans
>>Try CF Static (http://cfstatic.riaforge.org/), it appends a unique string to the end of the file requests, Ok, good technique. But instead of downloading 262 files, I developped this simple CF_script custom tag: File #attributes.src# not found Then replace all like b

RE: How can I force clients to refresh JavaScript files?

2014-09-12 Thread David Phelan
the error was corrected, even with Google Bot! (yeah, Google Bot reads and executes scripts). This page : http://stackoverflow.com/questions/32414/how-can-i-force-clients-to-refresh-javascript-files expose the problem and gives many solutions. I wonder if one could develop an even better solution u

Re: How can I force clients to refresh JavaScript files?

2014-09-12 Thread Dean Lawrence
sed days after the error was corrected, > even with Google Bot! (yeah, Google Bot reads and executes scripts). > > This page : > > http://stackoverflow.com/questions/32414/how-can-i-force-clients-to-refresh-javascript-files > expose the problem and gives many solutions. > &

How can I force clients to refresh JavaScript files?

2014-09-12 Thread Claude Schnéegans
was corrected, even with Google Bot! (yeah, Google Bot reads and executes scripts). This page : http://stackoverflow.com/questions/32414/how-can-i-force-clients-to-refresh-javascript-files expose the problem and gives many solutions. I wonder if one could develop an even better solution using