RE: [PHP] Only the last cookie is set!

2002-05-30 Thread Ford, Mike [LSS]
> -Original Message- > From: Jagannath Nori [mailto:[EMAIL PROTECTED]] > Sent: 30 May 2002 03:40 [...snip...] > To reassure, I interchanged the second cookie > (currentUserEmail) & the third > (currentUserName) set commands. Now also only the last cookie set is > available for use. T

[PHP] Only the last cookie is set!

2002-05-29 Thread Jagannath Nori
Hi all, I have the following code : ** setcookie("currentUserClass", $class, time()+3600, '', '', 0); setcookie("currentUserEmail", $emailId, time()+3600, '', '', 0); setcookie("currentUserName", $name, time()+3600, '', '', 0)