I am setting the cookie as
setcookie(User,$UserNameEmail,time()+86400,"/",$argumentstring1,0);
where argumentstring1 is the domain on which the cookie is set and $UserNameEmail is the email address.
However IE doesn't seem to read the cookie where as Netscape can.