|
Using ColdFusion to construct an xml file
with cfxml.
_________________________________________ Jonathan Miranda Flexible Master of the Web "In the
game of chess, it's important to never let your opponent see your pieces." From: You need to specify no cache headers in
the page that returns the XML. What page technology are you using? If
you're using JSP, the following will do it. response.setHeader("Cache-Control",
"max-age=0, must-revalidate");
____________________________________________
From: Is there anyway to forcibly tell the httpservice to not
cache? For some users it’s caching….could it be the server caching
the file? ________________________________________ Jonathan Miranda Flexible Master of
the Web "In the game of
chess, it's important to never let your opponent see your pieces."
|
- [flexcoders] HttpService caching Jonathan Miranda
- RE: [flexcoders] HttpService caching Carson Hager
- RE: [flexcoders] HttpService caching Jonathan Miranda
- RE: [flexcoders] HttpService caching Carson Hager

