RE: [PHP] Cookie handling, NS 4.x?

2002-12-10 Thread Chad Day
:30 PM To: Chad Day; php general Subject: RE: [PHP] Cookie handling, NS 4.x? --- Chad Day [EMAIL PROTECTED] wrote: I'm not sure how this would matter since the cookie is never set at all.. it's not an issue of it reading the cookie, as it can't read what is never set. I'll give it a shot when I

RE: [PHP] Cookie handling, NS 4.x?

2002-12-10 Thread Jaime Bozza
:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 5:30 PM To: Chad Day; php general Subject: RE: [PHP] Cookie handling, NS 4.x? --- Chad Day [EMAIL PROTECTED] wrote: I'm not sure how this would matter since the cookie is never set at all.. it's not an issue of it reading the cookie

RE: [PHP] Cookie handling, NS 4.x?

2002-12-10 Thread Chad Day
. :( Chad -Original Message- From: Jaime Bozza [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 9:07 AM To: 'Chad Day' Cc: 'php general' Subject: RE: [PHP] Cookie handling, NS 4.x? Hello, By any chance, is your website named http://domain.com or is it http://www.domain.com

RE: [PHP] Cookie handling, NS 4.x?

2002-12-10 Thread Jaime Bozza
-Original Message- From: Chad Day [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 8:17 AM To: Jaime Bozza Cc: 'php general' Subject: RE: [PHP] Cookie handling, NS 4.x? domain.com, but www is pointed to it as well. When I was setting the cookies with Header calls

RE: [PHP] Cookie handling, NS 4.x?

2002-12-10 Thread Chad Day
, 2002 9:33 AM To: 'Chad Day' Cc: 'php general' Subject: RE: [PHP] Cookie handling, NS 4.x? The original cookie specifications required that the domain in the cookie has at least 2 (or 3 for domains not in the primary tlds) periods in it. (So as to stop someone from using .com, .edu, etc...) So

RE: [PHP] Cookie handling, NS 4.x?

2002-12-10 Thread Jaime Bozza
are horrible in NS4.x!) Jaime -Original Message- From: Chad Day [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 9:11 AM To: Jaime Bozza Cc: 'php general' Subject: RE: [PHP] Cookie handling, NS 4.x? So, basically... cookies aren't going to work in NS 4.x if I specify

RE: [PHP] Cookie handling, NS 4.x?

2002-12-10 Thread Chad Day
are horrible in NS4.x!) Jaime -Original Message- From: Chad Day [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 9:11 AM To: Jaime Bozza Cc: 'php general' Subject: RE: [PHP] Cookie handling, NS 4.x? So, basically... cookies aren't going to work in NS 4.x if I specify

Re: [PHP] Cookie handling, NS 4.x?

2002-12-09 Thread Chris Shiflett
--- Chad Day [EMAIL PROTECTED] wrote: I am having a fairly confusing problem with setcookie() in NS 4.x. My script: nscookie.php: setcookie(NSUSERNAME, 'cday', time()+2592000, '/', .mydomain.com); Header(Location: nscookie2.php); exit(); nscookie2.php: echo

RE: [PHP] Cookie handling, NS 4.x?

2002-12-09 Thread Chad Day
, December 09, 2002 4:31 PM To: Chad Day; php general Subject: Re: [PHP] Cookie handling, NS 4.x? --- Chad Day [EMAIL PROTECTED] wrote: I am having a fairly confusing problem with setcookie() in NS 4.x. My script: nscookie.php: setcookie(NSUSERNAME, 'cday', time()+2592000, '/', .mydomain.com

RE: [PHP] Cookie handling, NS 4.x?

2002-12-09 Thread Chris Shiflett
--- Chad Day [EMAIL PROTECTED] wrote: I'm not sure how this would matter since the cookie is never set at all.. it's not an issue of it reading the cookie, as it can't read what is never set. I'll give it a shot when I get home though anyway. Read my response again, and you'll see that what