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();
}
|
|
P3P is the Platform for Privacy Preferences. The value
|
|||
|
|
|
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. |
|||||||
|
|
From Microsoft Knowledge Base article 323752.
The article describes the CP code above:
N.B. This CP is invalid as it stands since it doesn't contain any RETENTION or CATEGORIES tokens. |
|||
|
|