1

I'm using xml to store cross-program information. This information is used in some webpages and in C# programs. When the information is altered, these alterations are not displayed right away in the webpages, they keep on displaying the information saved in cache, it takes a few refreshes for the webpage to show these alterations. Is there any way I can force the webpages to show the actual file and not the cached one?

Jamiro14
  • 121
  • 4

1 Answers1

0

Your pages are cached. Put a meta line in the header saying that they expire very soon, and they should get reloaded.