Posted by PEF on 11/13/05 22:31
Hey,
I have a problem with cookies and sessions in IE6 when redirectiong. I've
tried a lot of suggestion to fix it but none of them helped.
Amongst other I've tried the following:
header('P3P: CP="CAO PSA OUR"');
header('P3P: CP="IDC DSP COR CURa ADMa OUR IND PHY ONL COM STA"');
header('P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"');
header("Cache-control: private");
header ("Location: result.php");
By giving the session a pre-defined value - session_id(value) - it works
okay, but that solution can't be used in praxis.
My code works fine in Mozilla Firefox and as just mentioned only in IE6 with
a pre-defined session id.
Has anyone a solutions that works?
Regards
Peter
[Back to original message]
|