Re: cookies does not work under win xp + ie
- From: Rik <luiheidsgoeroe@xxxxxxxxxxx>
- Date: Thu, 15 Feb 2007 19:11:44 +0100
On Thu, 15 Feb 2007 18:09:45 +0100, comper <comper@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
.
- Follow-Ups:
- Re: cookies does not work under win xp + ie
- From: shimmyshack
- Re: cookies does not work under win xp + ie
- References:
- cookies does not work under win xp + ie
- From: comper
- Re: cookies does not work under win xp + ie
- From: Rik
- Re: cookies does not work under win xp + ie
- From: comper
- cookies does not work under win xp + ie
- Prev by Date: Re: CVS with php?
- Next by Date: Re: php/mysql syntax help
- Previous by thread: Re: cookies does not work under win xp + ie
- Next by thread: Re: cookies does not work under win xp + ie
- Index(es):
Relevant Pages
|