|
Posted by Rik on 02/15/07 18:11
On Thu, 15 Feb 2007 18:09:45 +0100, comper <comper@centrum.sk> wrote:
>
>> The string 'false' is no DNS... expire should be an integer, here it's
>> false cast to 0, which PHP forgives you. I suspect (haven't checked it)
>> that Opera & Mozilla repair your broken domain, and MSIE doesn't.
>>
>> What about:
>> setcookie ($name,$value,0 ,'/');
>> Or if you want to be explicit:
>> setcookie ($name,$value,0 ,'/',$_SERVER['HTTP_HOST'],false);
>> --
>> Rik Wasmus
>
> Still without change, under Opera and Mozzilla works but under IE no.
> I dont know why ...
>
Perhaps a security feature of MSIE.
Could you install Fiddler, and give us the exact contents of the
SetCookie: header when requesting the page with MSIE?
--
Rik Wasmus
Navigation:
[Reply to this message]
|