Let\'s say I set a cookie using the setcookie() function in PHP:
setcookie()
PHP
setcookie(\'name\',\'foo\',false,\'/\',false);
I
On Windows the path is:
C:\Users\\AppData\Local\Google\Chrome\User Data\\Cookies(Type:File)
Chrome doesn't store each cookies in separate text file. It stores all of the cookies together in a single file in the profile folder. That file is not readable.