Topic: disable XML caching to keep galleries fresh?
In this thread http://www.simpleviewer.net/forum/viewt … p?id=14080 I found:
In order to prevent the gallery's XML file being cached, use the following line in your embedding code before the fo.write("flashcontent"); line:
fo.addVariable("xmlDataPath", "gallery.xml?nocache="+new Date().getTime());
Three questions:
1. will this absolutely make it so that a gallery's content is fresh for each visit?
2. if I'm using simpleviewer galleries within svmanager, does that line just go into the svmaster/index.php?
3. do I have to do anything besides adding the line to apply the change to pre-existing galleries within the svmanager folder?
I'm currently using svManager version 1.7.8, build 110516
Thanks!