[
Lists Home |
Date Index |
Thread Index
]
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:johnny@zugara.com]
Sent: Friday, November 30, 2001 8:44 PM
To: xml-dev@lists.xml.org
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>
|