I wanna make that cookie secure from attackers. What can I do please
$cookie_encrypt = $row['uid'];
setcookie('cookie_encrypt', $cookie_encrypt, time()+60*60*365, '/');
I wanna make that cookie secure from attackers. What can I do please
$cookie_encrypt = $row['uid'];
setcookie('cookie_encrypt', $cookie_encrypt, time()+60*60*365, '/');