Cache problem
XML / XSL
2
Posts
2
Posters
4
Views
1
Watching
-
-
If i want to automatically remove the asp page from cache i use <% Response.CacheControl = "no-cache" %> <% Response.AddHeader "Pragma", "no-cache" %> <% Response.Expires = -1 %> Like this in html i use How to remove like this xml file from cache.
I have cache problems also, never enough. ;) How are using the xml file? Is it being transformed? If so output the html lines and it should work.