$expire=time()+60*60*24*30;
setcookie("lnm_click", "$ip", $expire);
setcookie("lnm_lead_subid", "$subid", $expire);
setcookie("lnm_lead_affid", "$affid", $expire);
For some reason the one below does not get set but the other 2 do, i can see this as i can see all the cookies set from my firefox addon.
setcookie("lnm_click", "$ip", $expire);
Why is that cookie not being set?
Any help would be great.
Thanks