XMLHttpRequest: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m r2.7.1) (Bot: Aggiungo: ca:XMLHttpRequest |
Previous code possibly is buggy (IE will still cache the page). Please see this page http://php.net/manual/ru/function.header.php for details, search for "info at vanylla dot it" answer |
||
Riga 80:
header( "Cache-Control: no-cache, must-revalidate" );
header( "Pragma: no-cache" );
header( "Expires: -1", false );
Invece nelle Java Servlet:
|