On Sat, 2002-11-02 at 16:27, Benoît Barbier wrote:

> [...] <meta HTTP-EQUIV="Pragma" CONTENT="no-cache"> [...]

Essaye ceci pour voir:

Enregistre sous 'fichier_de_fonctions.inc'...

<?php
function no_cache() {
header("Pragma: no-cache");
header("Cache-Control: no-cache");
}
?>

et dans ta page...

<?php
include('fichier_de_fonctions.inc');
no_cache();
?>

Je ne sais pas si cela va réellement changer quelque chose par rapport
aux meta tags mais sans essayer...

-- 
--------------------------------------
CORNELY Nicolas - www.cornely.org - BE
--------------------------------------

Jabber: VK01 / ICQ: VK01

46659DC3 - B9D0 B63D 2002 5C8F 3803  51B7 F218 241A 4665 9DC3

Attachment: signature.asc
Description: This is a digitally signed message part

Répondre à