<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-GB link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>url = ‘http://blah.com?’ + new Date().getTime();<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>makes a unique URL to prevent caching.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal style='margin-left:36.0pt'><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> xerte-bounces@lists.nottingham.ac.uk [mailto:xerte-bounces@lists.nottingham.ac.uk] <b>On Behalf Of </b>Dave Burnett<br><b>Sent:</b> 19 January 2011 02:56<br><b>To:</b> Xerte list<br><b>Subject:</b> [Xerte] Re: Standard method of preventing caching?<o:p></o:p></span></p></div></div><p class=MsoNormal style='margin-left:36.0pt'><o:p> </o:p></p><p class=MsoNormal style='margin-left:36.0pt'><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'><br>Thnx, I'll give it a whirl.<br><br>I vaguely remember the old pragma/no-cache and querystring tricks, just wasn't sure where to add them to force as many objects to reload as possible.<br><br>You think refreshing the swf will reload any of the called files?<br>Or shall I need to add random strings to all external calls (which is pretty much everything Xerte displays;-)).<br><br>Someone must have run across caching of external text/xml files in the past?  <br><br><br><br><br>> From: Patrick.Lockley@nottingham.ac.uk<br>> To: xerte@lists.nottingham.ac.uk<br>> Date: Tue, 18 Jan 2011 23:26:11 +0000<br>> Subject: [Xerte] Re: Standard method of preventing caching?<br>> <br>> in the embed code, when you load a swf, and some xml just add a fake get variable on the end<br>> <br>> name.swf?time = insert random number here (usually call a Unix timestap function)<br>> <br>> This works in toolkits (see there for examples).<br>> ________________________________________<br>> From: xerte-bounces@lists.nottingham.ac.uk [xerte-bounces@lists.nottingham.ac.uk] On Behalf Of Paul Swanson [Paul.Swanson@harlandfs.com]<br>> Sent: Tuesday, January 18, 2011 11:09 PM<br>> To: Xerte discussion list<br>> Subject: [Xerte] Re: Standard method of preventing caching?<br>> <br>> Not sure if it would cascade to a flash piece, but to prevent caching of the html loading page add the following to the <head></head> section of your web page:<br>> <br>> <meta http-equiv=”cache-control” content=”no-cache, no-store, must-revalidate”><br>> <meta http-equiv=”Pragma” content=”no-cache”><br>> <meta http-equiv=”Expires” content=”-1”><br>> <br>> Paul<br>> <br>> From: xerte-bounces@lists.nottingham.ac.uk [mailto:xerte-bounces@lists.nottingham.ac.uk] On Behalf Of Dave Burnett<br>> Sent: Tuesday, January 18, 2011 2:28 PM<br>> To: Xerte list<br>> Subject: [Xerte] Standard method of preventing caching?<br>> <br>> cacheing?<br>> ka-ching?<br>> <br>> <br>> I don't think streaming stuff gets cached anyway, so the bulky stuff is no problem.<br>> <br>> But I'd like to force down everything else fresh each time (at least until it's stable).<br>> <br>> swfs, xml's rlo's etc.<br>> <br>> _______________________________________________<br>> Xerte mailing list<br>> Xerte@lists.nottingham.ac.uk<br>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte<br>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.<br>> <br>> This message has been checked for viruses but the contents of an attachment<br>> may still contain software viruses which could damage your computer system:<br>> you are advised to perform your own checks. Email communications with the<br>> University of Nottingham may be monitored as permitted by UK legislation.<o:p></o:p></span></p></div></body></html>