i have two sites http://domain1/getcookieshere.php && http://domain2/reqcookie/reqcookieshere.php.
I've echoed $_COOKIE['cookie_name'] on getcookieshere.php. then on the reqcookieshere.php I've used  $cookies = file_get_contents('http://ip/domain1/getcookieshere.php');
then I echo the $cookie, but it does not return or display  on reqcookieshere.php.
any possible solution? thank you!
 
    