mathmatix Posted August 16, 2010 Share Posted August 16, 2010 i read that a solution to the IE cookie problem may be to use p3p headers? I have done some googling on them and kind of understand the concept, but not how or where to apply them (headers.inc.php?) to make the cookies work on both front and backend logins (and not be recognized as 3rd party cookies which is the problem?? i think ...) any1 gimme some instruction? Link to comment Share on other sites More sharing options...
Timpet Posted February 12, 2011 Share Posted February 12, 2011 There is more to it than just aplying it to the headers.put to the answer on what you are asking. At the top of header.php i your root folder there is a header('p3p: ...'); allready, change that to fit your needs.I used this to make a policy that i hope work: http://www.alphaworks.ibm.com/tech/p3peditor Link to comment Share on other sites More sharing options...
Recommended Posts