|
Posted by comper on 02/15/07 17:09
> 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 ...
[Back to original message]
|