RE: [PHP] cookie not setting in IE

2003-08-14 Thread Chris W. Parker
Chris Shiflett on Wednesday, August 13, 2003 1:33 PM said: >> It works in Mozilla Firebird and it even works in a friends IE. >> For some reason my computer won't accept the cookie. > > Can you show us the HTTP transaction using ethereal or something? Unfortunately

Re: [PHP] cookie not setting in IE

2003-08-14 Thread Chris Shiflett
--- "Chris W. Parker" <[EMAIL PROTECTED]> wrote: > It works in Mozilla Firebird and it even works in a friends IE. > For some reason my computer won't accept the cookie. Can you show us the HTTP transaction using ethereal or something? Chris = Become a better Web developer with the HTTP Deve

[PHP] cookie not setting in IE

2003-08-14 Thread Chris W. Parker
Hello, I'm just testing out some cookie stuff right now and I've created a VERY basic cookie setting and reading page. It works in Mozilla Firebird and it even works in a friends IE. For some reason my computer won't accept the cookie. Anyone have any ideas? Chris. p.s. Both computers are usi

RE: [PHP] cookie not setting in IE

2003-08-14 Thread Chris W. Parker
Michael A Smith on Wednesday, August 13, 2003 1:36 PM said: > In the status bar, at the bottom, are you getting a little red eye or > something of the sort? > If you are IE is blocking the cookie for you. Gosh don't I sound like a moron (I'm not I promise!!!). Sure

Re: [PHP] Cookie Not Setting..

2001-07-11 Thread Magnus Hammar
t; > To: "Jeff Lewis" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Wednesday, July 11, 2001 9:30 AM > Subject: Re: [PHP] Cookie Not Setting.. > > >> Try this: >> >> $cookie_name= "wwblCookie"; >> $value

Re: [PHP] Cookie Not Setting..

2001-07-11 Thread Jeff Lewis
day, July 11, 2001 9:38 AM Subject: Re: [PHP] Cookie Not Setting.. > Still no luck. Do I have to read a cookie before any HTML is sent as well? > I know to set it before it is sent but reading? > > Jeff > - Original Message - > From: "Magnus Hammar" <[EMAIL

[PHP] Cookie Not Setting..

2001-07-11 Thread Jeff Lewis
Ok, I've used cookies before and have never had a problem with them but for some reason this doesn't seem to be setting! Here is the start of the file called after logging in to my site. In another file I have echo $wwblCookie and have also tried echo $HTTP_COOKIE_VARS["wwblCookie"] but no lu