I can't understand why my cookie isn't being sent, I use the following code:
PHP Code:
setcookie("logincode"$UserGUIDtime()+60*60*24*7"/""foxhunters.ElectromanUK.com"0); 
and on my PC it works for both FF & IE. However I tried it on my bosses PC and it acted as if the cookie didn't even get sent. I tried changing IEs setting to prompt for when cookies are sent but it never poped up.
The line of code definitly got ran aswell.