> -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
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)
2 matches
Mail list logo