Need System/User variables - Name/Values

  • Thread starter MarcCohenBobair
  • Start date
M

MarcCohenBobair

In Page Properties under the Custom tab what system/user variables
(name/value) are needed to ensure IE & Netscape browsers always check the
page for a newer updated version of the page?
 
S

Stefan B Rusynko

None
It is a user per browser setting, not a FP setting
Best you can do is add meta tags in your pages
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="Nocache">



| In Page Properties under the Custom tab what system/user variables
| (name/value) are needed to ensure IE & Netscape browsers always check the
| page for a newer updated version of the page?
 
Top