What is header('P3P: CP="CAO PSA OUR"');
for?
How/why will it let this script work fine in IE?
session_start();
if (!session_is_registered(pre_myusername)) {
header("location:index.php");
exit();
}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…