Re: disable History

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

 



Check the Header() function in the manual:

// Tels to the browser the page has caducated and forces to reload..
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");

// Avoids cahce. It seams it's what you want.
header("Cache-Control: no-cache, must-revalidate");

Gabriel.


"Open-Mind" <open-mind@home.ro> escribió en el mensaje
008a01c394bf$a8c40970$e545e9d5@workstation">news:008a01c394bf$a8c40970$e545e9d5@workstation...
How can I "disable" the use of History(Temporary Internet Files) in a page ?
(and don't tell me: it's easy: Tools->internet options->settings ...;-) ...
from script (htm ?, js ?, php ?????) I want to do this ..)

PS: I have a script witch generate jpegs (cuts from a larger one) and
sometimes in browser I see older pictures ...
If I go to: Tools->internet options->settings-> chk for new versions every
visit to the page  .... everything works just fine

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux