Welcome Guest, Not a member yet? Register   Sign In
p3p policy
#1

[eluser]egoslip[/eluser]
Hey guys after reading around it seems that the CI session lib is not frameset(iframe) compatible for storing sessions or cookies off the bat

I tried to add the following in the controller right before the view is called
Code:
header('P3P: CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"');
or
Code:
header("p3p: CP=\"CAO PSA OUR\"");

even tried both but it still not working .. i have sessions autoloading

the question is... where can add that before anything is called ... globally I mean. even with sessions autoloading

so i don't have to call it in every controller or views and it add the header info before the session is called ... as i think this is my issue the session starts before the header with the p3p is called and when the session is called it starts a new sess_id instead of continuing the old one


Messages In This Thread
p3p policy - by El Forum - 08-25-2009, 12:49 AM
p3p policy - by El Forum - 08-25-2009, 12:52 AM
p3p policy - by El Forum - 08-25-2009, 01:47 AM
p3p policy - by El Forum - 06-26-2012, 12:33 PM
p3p policy - by El Forum - 06-28-2012, 01:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB