Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
session_start();
header("Content-Type: image/png");
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
create_image();
exit;
session_start();
header("Content-Type: image/png");
header("Pragma: public");
header("Expires: 0");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
create_image();
exit;
1 to 11 of 11