Next in thread → Next in month →

RE: [xml-dev] cached XML Files.

From
Krakow Patrice <>
To
'Johnny Nguyen' <>,
Date
2001-12-03T11:55:59Z
ID
<>
Thread
RE: [xml-dev] cached XML Files.
Hello Johnny,

Did you try

<%
Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "no-cache"
Response.Expires = -1
Response.ContentType= "text/xml"
%>

It is from
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dn_voices_w
ebmen/html/webteam06042001.asp

/Patrice

-----Original Message-----
From: Johnny Nguyen [mailto:]
Sent: Friday, November 30, 2001 8:44 PM
To: 
Subject: [xml-dev] cached XML Files.


Hello All.

I've got a flash 5 game that calls an ASP File that reads and updates a list
of top 10 scores from an XML file.

The flash developers have told me that apparently the XML file is being
cached and I'm wondering if anybody knows of a way to prevent the XML file
from being cached?

Regards,
Johnny Nguyen


-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>

The list archives are at http://lists.xml.org/archives/xml-dev/

To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
Next in thread → Next in month →