help-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-cgicc] about refresh meta, thx


From: Quintin Connell
Subject: Re: [help-cgicc] about refresh meta, thx
Date: Thu, 09 Jan 2003 11:46:25 +0200 (SAST)
User-agent: IMP/PHP IMAP webmail program 2.2.6

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]