josef Posted April 2, 2012 Report Share Posted April 2, 2012 Pessoal, como insiro este comando:<?php function clear_Browser_Cache () { header ( "Pragma: no-cache" ); header ( "Cache: no-cache" ); header ( "Cache-Control: no-cache, must-revalidate" ); header ( "Expires: Mon, 26 Jul 1996 01:00:00 GMT" ); } em uma página html, pra que o navegador IE não guarde minha página no seu cache.Grato mesmo Quote Link to comment Share on other sites More sharing options...
0 MLeandroJr! Posted April 3, 2012 Report Share Posted April 3, 2012 Se sua página tiver extensão .php e seu servidor suportá-lo, é só colar isso no topo de seu arquivo. Quote Link to comment Share on other sites More sharing options...
Question
josef
Pessoal, como insiro este comando:
<?php
function clear_Browser_Cache ()
{
header ( "Pragma: no-cache" );
header ( "Cache: no-cache" );
header ( "Cache-Control: no-cache, must-revalidate" );
header ( "Expires: Mon, 26 Jul 1996 01:00:00 GMT" );
}
em uma página html, pra que o navegador IE não guarde minha página no seu cache.
Grato mesmo
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.