$miocookie=$_COOKIE['user_info'];
$cookie_array=expode("&",$miocookie);
$id=$cookie_array[0];
$email=$cookie_array[1];
$password=$cookie_array[2];