LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   HOWTO: Add cokies with p3p Internet Explorer privacy policy (https://www.linuxquestions.org/questions/programming-9/howto-add-cokies-with-p3p-internet-explorer-privacy-policy-281100/)

xbaez 01-23-2005 01:01 AM

HOWTO: Add cokies with p3p Internet Explorer privacy policy
 
http://support.microsoft.com/kb/q283185/

<?
// Starting the SESSION
session_start();

// Setting up VARs...

$welcome=$ID;
session_register("welcome");
?>

I implemented a system at my website which redirects you to a page that shows an initial ad, once every 24 hours.

However, since it's based on sessions (and therefore, cookies), the page doesn't works with the HIGH Privacy Setting of Internet Explorer.

In this case, a cookie with the value of PHPSESSION is stored, how can I store it with a privacy policy so that my Window$ users will be happy?

Regards


All times are GMT -5. The time now is 06:40 PM.