Where does Google Chrome store its cookies when running on Windows 7?
migrated from stackoverflow.com Jun 4 '11 at 19:32
|
It's at the following location:
You'll need a program like SQLite Database Browser to read it. |
||||
|
|
|
In Chrome go to:
Or simply:
In addition to the location Sharon posted, Chrome also stores cookies at this location
|
||||
|
|
|
Chrome doesn't store cookies in separate text files in a cookies-directory like in IE; It stores all of the cookies together in a single file in the profile folder like Firefox. However, unlike Firefox, it does not use a plain-text file that can easily be edited; rather it stores them in an SQLite3 database in a file called—surprise, surprise— You can use an SQLite editor to view or modify the cookies, but it is probably easier to just use the built-in editor at |
|||
|
|
