- see footer for list info -<
would adding a createuuid() to the http url string not force a fresh
request? I had a similar issue with some ajax calls being cached, so used
Math.rand() to generate a pseudo-random string which I appended to the url
before the call and this fixed the issue.

On 1/22/07, Lee Fortnam <[EMAIL PROTECTED]> wrote:

>- see footer for list info -<
Morning All,

I have a remote machine which checks a central server for an xml file, it
then parses the XML file and checks for a version number, if the version
number is the same as a local version number then nothing is done, if the
version number is greater then a series of files are downloaded and
replace
the local version on the remote machine.

The xml file seems to be being cached and so when I increment the version
number in the xml file on the central server, the remote machine still
thinks it is the old file. The XML file is being picked up by a CFHTTP GET
request.

Any ideas, possibly changing the file name to include an element of date /
time so that it does not cache the file?????

Regards,

Lee Fortnam

_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
>- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help
-<

_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
- Lists hosted by www.Gradwell.com -<
- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to