Recent content by kolibrizas

  1. K

    php no-cache still not working?

    session_cache_limiter('nocache'); header("Pragma: no-cache"); header("Cache-Control: no-cache, must-revalidate"); header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); echo '<html> <head> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="-1"> <META...
Back
Top