I have a cookie that is set on my domain which works fine for the domain, but i want the subdomain to be able to access it, but it doesn't seem to be working
php.net says to set the domain as '.example.com'
I've tried that in my code but the subdomain still can't use it
setcookie("dwtcg[u]", $_POST['username'], $expire, '/', '.darknesswithin.com.ru');
setcookie("dwtcg[i]", $row['ID'], $expire, '/', '.darknesswithin.com.ru');