Open GoogleCodeExporter opened 9 years ago
Our project has always had this problem as well with IE and ajax calls in
general, not just Timeline. Solution is to add a cache busting querystring
param to the xml url you are using. For example ?cache=<randomValue>. Where
randomValue might be provided by javascipt like "new Date().getTime()". The
key is that the value must be different for every fetch.
Hope this helps.
Original comment by codebene...@gmail.com
on 9 Feb 2011 at 9:41
Hi codebene,
Thanks for help, but even after randomize the url I didn't get solution. For
randomization I used here Guid of Microsoft Dot net technologies, which always
generate random number and I used it in url as querystring.
Original comment by kumarmca...@gmail.com
on 30 May 2011 at 6:20
Original comment by ryan...@csail.mit.edu
on 23 Jun 2011 at 10:26
Original issue reported on code.google.com by
kumarmca...@gmail.com
on 31 Dec 2010 at 8:54