what is header('P3P: CP="CAO PSA OUR"'); ?
for let this script work fine in IE?
session_start();
if(!session_is_registered(pre_myusername)){
header("location:index.php");
exit();
}
feedback
|
|
P3P is the Platform for Privacy Preferences. The value
| |||
|
feedback
|
|
Gumbo has already explained what P3P is. Now, about your code,
So, the actual code becomes:
For examples and documentation of the session functions, visit the PHP Manual. | |||||||
feedback
|