Property "Avoid Browser Caching" <nocache>

Top  Previous  Next

This property is effective only if the page is dynamic. When the value of this property is set to "true" MoreMotion Application Studio places "<nocache>true</nocache>" definition in the header section the generated XSL file.

When Page Display is requested for the page, MoreMotion AF inserts necessary definitions in the response header of the page to instruct the browsers not to cache it.

MoreMotion Application Studio provides an alternative way to avoid browser caching. That is using the _rand= parameter in the hyperlink value. Please see "How to overcome the refresh problem of browsers".

There is a difference in the acquired functionality when using these two methods.

Method 1: Using _rand= parameter in hyperlink value in the linking page

 

nocache_1

Method 2: Using "Avoid Browser Caching" property of linked page

 

nocache_2