Sign in
webkit
/
WebKit
/
5357a067b575eb5a07548594631025cdc8ae374e
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
resources
/
random-no-store.php
blob: 4b24786cd675bbe14a4347724ef9ef9d19ee2f9f [
file
] [
log
] [
blame
]
<?
php
header
(
"Cache-Control: no-store"
);
?>
var p = document.createElement("p");
p.appendChild(document.createTextNode("
<?
php
print
rand
();
?>
"));
document.body.appendChild(p);