Using ColdFusion to construct an xml file with cfxml.


How would I do this?

_________________________________________

Jonathan Miranda

Flexible Master of the Web

"In the game of chess, it's important to never let your opponent see your pieces."

 

From: [email protected] [mailto:[email protected]] On Behalf Of Carson Hager
Sent: Wednesday, February 15, 2006 2:58 PM
To: [email protected]
Subject: RE: [flexcoders] HttpService caching

 

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

____________________________________________
 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com
 
Email:  [EMAIL PROTECTED]
Office:  866-CYNERGY
Mobile: 1.703.489.6466
 

 

 


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
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to