Force Browser to Always Get Fresh Copy of HTML View ...
Hi:
With regular HTML pages, you can code the following Meta Tag ...
<meta http-equiv="Expires" content="0" />
... to make sure that a fresh copy of the page is ALWAYS requested from the website/server by the Browser ... i.e. any older copy in the Browser's History/Cache is ignored.
I would like to know how I can force the same fresh copy to requested for HTML Views.
a) Does ZOHO Creator automatically include this tag ?
b) if not, is there a way for the (script) developer to specify this ? ... as far as I know, the Meta tag is included in the Head section of the HTML document where as the scripted content is placed in the Body section.
Being able to do so would ensure that unauthorized people can not "troll a Browser's History/Cache for previously accessed information" and use it for malicious purposes.
Gaev