Search found 1 match
- Thu Jul 10, 2008 6:33 am
- Forum: PHP - Code
- Topic: P3P headers / privacy / regenerate session id Problem.
- Replies: 0
- Views: 98
P3P headers / privacy / regenerate session id Problem.
Hi To overcome ie6 cookie problems I currently include the following lines on every page (ie not just the one that logs the user in.....?) session_start(); header('P3P: CP="NOI DSP etc", policyref="http://www.example.com/w3c/p3p.xml"'); This works fine and session vars are set. W...