On several posts I have read that to keep a page from caching, you should enter this code:

<META HTTP-EQUIV="Pragma" CONTENT="no-cache"> between the head tag.

Is this something that should be done on every page, whether you have seen a problem or not?

Many thanks.