Re: about refresh meta, thx

Quintin Connell <[email protected]> Thu, 09 Jan 2003 11:46:25 +0200 (SAST)
Newsgroups gmane.comp.gcc.cgicc.general
Message-ID <[email protected]>
Without having thought too much about this, there are two things that come to 
my mind that you may want to look at.

First when i do redirection i use the HTTPRedirectHeader() class. (Location 
meta tag)

Secondly, you may need to force your page to have expired, to prevent your 
browser from using a cached version.

cout << meta().set("http-equiv", "Expires").set("content", "Tue, 20 Aug 1996 
14:25:27 GMT") << endl;

Quintin