PHP setcookie() is a nice tool in many applications.
But as my headline tells, there are plenty of Cookie Editors.
Especially for Chrome browser.
Just search 'Cookie Edit' ...
I use Cookies sometime.
For now I always encrypt the data before putting it in cookie.
I havent read much about safety regarding cookies.
Am I overdoing this when encrypting
or do you think it is the right way?
I use openssl_encrypt()