Copy link to clipboard
Copied
Hi ,
I am loading an xml file named "images.xml" file for each albums. Bu the problems is that, once an xml is loaded for album1 and when trying to view subsequent albums like album2,etc, the xml of album1 is always loading. But if I clear the cache before viewing album2, then its corresponding xml is loading. I think its due to the caching problem. Is there any way to solve this issue. Anyways i am doing a research on this portion. If anybody know to solve this isue, i can save my time.
Regards,
Sreelash
Copy link to clipboard
Copied
don't your xml files have different names?
Copy link to clipboard
Copied
No, same nam is using for all the albums. It's dynamically generating from the aspx page. Is there anyway for solving this issue.
Copy link to clipboard
Copied
yes, append a random number to the file name:
Randomize
Response.write images.xml&Rnd
Copy link to clipboard
Copied
To get a fresh, not cached, xml, append a random variable to the request url or to prevent caching - send no-cache, etc. header from the server.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now