I am trying to read a HTTPonly and SECURE(true) cookie with PHP and it seems that I am doing something wrong with the second line below:
if (isset($_COOKIE["refresh_token"])){
$refresh_token = $_COOKIE["refresh_token"];
Any ideas why this is wrong? I can see in Chrome that the cookie exists and there is a value set for refresh_token