Where does Google Chrome store its cookies when running on Windows 7?

link|improve this question
feedback

migrated from stackoverflow.com Jun 4 '11 at 19:32

This question came from our site for professional and enthusiast programmers.

2 Answers

It's at the following location:

C:\Users\your_username\AppData\Local\Google\Chrome\User Data\Default\

You'll need a program like SQLite Database Browser to read it.

link|improve this answer
feedback

In Chrome go to:

Options > Under the Hood > Privacy > "Content Settings" button > "All Cookies and Site Data" button

In addition to the location Sharon posted, Chrome also stores cookies at this location

C:\Users\Your User Name\AppData\Local\Google\Chrome\User Data\Default\Local Storage

link|improve this answer
feedback

Your Answer

 
or
required, but never shown