documentmaxstale
documentmaxstale
Default Value: 0 seconds
Tells the platform the maximum acceptable staleness, in seconds, of expired cached documents.
Example
Explanation
From this example, the “documentmaxage” value is set to 150 seconds and the “documentmaxstale” value is set to 25 seconds. This sets a global property that all document tags (<goto>, <submit>, etc.) have a maxage value of 150 seconds and a maxstale value of 25 seconds. So, since the file “myfile.vxml” is inside of a tag, it would have a maxage value of 150 seconds and a maxstale value of 25 seconds because of the “documentmaxage” and “documentmaxstale” properties.
Notes
None
Last updated