[flexcoders] HttpService caching

2006-02-15 Thread Jonathan Miranda










Is there anyway to forcibly tell the httpservice to not
cache? For some users its 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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] HttpService caching

2006-02-15 Thread Carson Hager





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: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jonathan 
MirandaSent: Wednesday, February 15, 2006 1:56 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] HttpService 
caching


Is there anyway to forcibly tell the 
httpservice to not cache? For some users its 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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] HttpService caching

2006-02-15 Thread Jonathan Miranda










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: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Carson Hager
Sent: Wednesday, February 15, 2006
2:58 PM
To: flexcoders@yahoogroups.com
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: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda
Sent: Wednesday, February 15, 2006
1:56 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] HttpService
caching

Is there anyway to forcibly tell the httpservice to not
cache? For some users its 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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] HttpService caching

2006-02-15 Thread Carson Hager





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 bea pretty old post.

Carson

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



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jonathan 
MirandaSent: Wednesday, February 15, 2006 2:00 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] HttpService 
caching


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: 
flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] 
On Behalf Of Carson 
HagerSent: Wednesday, February 
15, 2006 2:58 PMTo: 
flexcoders@yahoogroups.comSubject: 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: 
flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jonathan 
MirandaSent: Wednesday, 
February 15, 2006 1:56 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] HttpService 
caching
Is there anyway to forcibly tell the 
httpservice to not cache? For some users its 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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.