Re: [PHP-DB] $cookie error

2004-06-30 Thread John W. Holmes
Sukanto Kho wrote: sorry, I was wrong ... all the $session in my previous post should be $cookie... (I typed the wrong word) I think the domain is not the one that cause the problem... remember that I refer to the same page (but sometimes success and the other time it's fail) What did u mean by "un

Re: [PHP-DB] $cookie error

2004-06-30 Thread Sukanto Kho
t;[EMAIL PROTECTED]> Sent: Thursday, July 01, 2004 10:05 AM Subject: Re: [PHP-DB] $cookie error > Sukanto Kho wrote: > > > I'm using $_session to store user name and status > > > > and the session is used as key to access some pages > > > > and I set the c

Re: [PHP-DB] $cookie error

2004-06-30 Thread John W. Holmes
Sukanto Kho wrote: I'm using $_session to store user name and status and the session is used as key to access some pages and I set the cookie variables like this : setcookie ("name",$user_name, $time+3600); setcookie ("status",$status, $time+3600); and the authentication of the session variab

[PHP-DB] $cookie error

2004-06-30 Thread Sukanto Kho
Hi All, I'm using $_session to store user name and status and the session is used as key to access some pages and I set the cookie variables like this : setcookie ("name",$user_name, $time+3600); setcookie ("status",$status, $time+3600); and the authentication of the session variable like