The mgiNoCache Tag

Tag Behavior

The mgiNoCache tag inserts a no-cache directive in the http response header when the page is served. The no-cache directive signifies that the page contains dynamic information and should not be cached.


Tag Syntax

The mgiNoCache tag has no required parameters and no optional parameters. The tag form is:

<mgiNoCache>

Required Parameters:

  • None.

Optional Parameters:

  • None.


Example Usage and Output

<BODY>
<mgiNoCache>

When the mgiNoCache tag is included in the code of a page, that page is served with a no-cache directive in its header information. This tag should be used when the content of your page is dynamic (e.g., database search results).


Suggested Usage

  • Database Searching
  • Guestbooks
  • Shopping Baskets


[Return to the Referencing MGI Menu]


[User Guide Main Menu] [Understanding MGI Menu] [Using MGI Menu] [Referencing MGI Menu]