Re: cookies does not work under win xp + ie
- From: "shimmyshack" <matt.farey@xxxxxxxxx>
- Date: 15 Feb 2007 14:47:52 -0800
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
.
- Follow-Ups:
- Re: cookies does not work under win xp + ie
- From: comper
- 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
- Re: cookies does not work under win xp + ie
- From: Rik
- cookies does not work under win xp + ie
- Prev by Date: Re: MySQL and Mac OSX
- 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
|