Posted by PEF on 11/15/05 19:17
There were an underscore in the subdomain. After it's removal things works
fine.
IE!!!!!
/Peter
"PEF" <xx@xxx.xx> wrote in message news:BlNdf.697$5U6.534@news.get2net.dk...
> 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]
|