If you have the infinite redirect loop problem in Internet Explorer 8. Add the following header in PHP.
<?php
header('p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM"');
?>
Done =)
Reference:
If you have the infinite redirect loop problem in Internet Explorer 8. Add the following header in PHP.
<?php
header('p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM"');
?>
Done =)
Reference: