How to avoid cross-reading between different directories under the same domain? Fveyaexample,
setcookie('username', $username, strtotime('+1 months'), '/ Jp /', '.localdomain.com');
setcookie('username', $username, strtotime('+1 months'), '/ Cn /', '.localdomain.com');
Ben altında değerini okumak için $_COOKIE['username']
kullandığınızda
/ Jp /
veya
/ Cn /
respectively? I am using PHP.