I have a site made with php which uses server side sessions throughout the site. In fact, it\'s a site with a user login which depends on session variables and if there
I found if you added header('P3P: CP="CAO PSA OUR"'); to the top of your doc. It seems to have fixed the problem.
header('P3P: CP="CAO PSA OUR"');