You cannot get cookie information from one domain to another. It would be a massive security hole.
If you absolutely need the values, you will need to add a page to domain1 which reads the cookie and redirects to domain2, passing the cookie values as a query string or form parameter.