Home page auto-refresh

Description

Specify if the home page should be refreshed every time it gets focus.

Discussion

Certain browsers (e.g. I.E.) might cache the home page. You can force the browser to always load the current version of the home page by including the following two meta tags in the HTML 'head' section:

Example

<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache" /><META http-equiv="expires" content="0" />