|
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");
Carson ____________________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Miranda Sent: Wednesday, February 15, 2006 1:56 PM To: [email protected] Subject: [flexcoders] HttpService caching 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 Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
- [flexcoders] HttpService caching Jonathan Miranda
- RE: [flexcoders] HttpService caching Carson Hager
- RE: [flexcoders] HttpService caching Jonathan Miranda
- RE: [flexcoders] HttpService caching Carson Hager

