hmm I think so.
setcookie($cookie_name, $cookie_value, time()+3600, $string_path, $string_domain);
$string_domain, you can set to your 2nd domain. so set teh cookie twice. I'm not 100% sure, but you can try it.
i think as long as the domains are on one server, you shoudl be able to manage it.