Apple - Where are Google Chrome cookies stored on a Mac?
Session cookies are only stored in memory, but the rest are in ~/Library/Application Support/Google/Chrome/Default/Cookies
, it's an sqlite3 database.
Session cookies are only stored in memory, but the rest are in ~/Library/Application Support/Google/Chrome/Default/Cookies
, it's an sqlite3 database.