im using basic authentication to protect a .php file containing my passwords. ive seen lots of stuff about this subject and im using
Code: Select all
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);thanks