Hi,
I'm not yet sure if that is the problem but it seems like it. My app relies heavily on downloading an xml file from a server on startup via AJAX + the XML object. The file needs to be the most recent version. Think RSS reader (it's not, but the requirement for the most recent file is the same).
It works nice but when I modify the xml file on my server it often doesn't appear to affect the data received by my game. So the most likely explanation is that my game is caching the file and not downloading it every time.
Is it supposed to work like this? Is it preventable?