Is datamaxage supported?
Posted: Mon Sep 24, 2007 11:00 am
I'm attempting to debug a data element, and my original xml file was corrupt. I fixed the xml, but I notice that the file still fails; but I also see that notation "cache hit" in the log files.
I've set in my VoiceXML file, but the cache is still being hit according to the log file.
I will convert my xml file into a PHP file and add a header() to turn off caching, but for future reference, what is the expected behavior?
Please note that the reference manual does not even list this property as far as I can tell.
I've set
Code: Select all
<property name="datamaxage" value="0"/>
I will convert my xml file into a PHP file and add a header() to turn off caching, but for future reference, what is the expected behavior?
Please note that the reference manual does not even list this property as far as I can tell.