Re: cookies does not work under win xp + ie



On 15 Feb, 18:11, Rik <luiheidsgoe...@xxxxxxxxxxx> wrote:
On Thu, 15 Feb 2007 18:09:45 +0100, comper <com...@xxxxxxxxxx> 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

are you using a FQDM or just a domain that looks like localhost or
mydevbox
cookies as per rfc should always use FQDN's - instead set the domain
to NULL and it should work then

.



Relevant Pages