Re: setcookie fails to set cookie!
Janwillem Borleffs wrote:[color=blue]
>
>I think this is an
>undocumented feature of the setcookie() function (group, please correct me
>if I'm wrong).[/color]
http://www.php.net/setcookie (for some reason not working right now
<copypaste>
Cookies must be deleted with the same parameters as they were set
with. If the value argument is an empty string (""), and all other
arguments match a previous call to setcookie, then the cookie with the
specified name will be deleted from the remote client.
</copypaste>
--
"Yes, I'm positive."
"Are you sure?"
"Help, somebody has stolen one of my electrons!"
Two atoms are talking:
							
						
					Janwillem Borleffs wrote:[color=blue]
>
>I think this is an
>undocumented feature of the setcookie() function (group, please correct me
>if I'm wrong).[/color]
http://www.php.net/setcookie (for some reason not working right now
<copypaste>
Cookies must be deleted with the same parameters as they were set
with. If the value argument is an empty string (""), and all other
arguments match a previous call to setcookie, then the cookie with the
specified name will be deleted from the remote client.
</copypaste>
--
"Yes, I'm positive."
"Are you sure?"
"Help, somebody has stolen one of my electrons!"
Two atoms are talking:
 
	 
	
Comment