|
I'm not a CFer by any stretch but I'm sure there is a way
to add a header. I found a reference to the following.
<CFHEADER NAME="Cache-Control" VALUE="max-age=0, must-revalidate">
I have no idea if that syntax is valid with what you're using. It appears to be a pretty old post.
____________________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Miranda Sent: Wednesday, February 15, 2006 2:00 PM To: [email protected] Subject: RE: [flexcoders] HttpService caching 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 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

