Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Where is the cookies file on mac?

  • 3 antwoorden
  • 4 hebben dit probleem
  • 8 weergaven
  • Laatste antwoord van AliceWyman

more options

I'm writing a script with wget and need a cookie that is stored in firefox. I looked in ~/Library/Application Support/Mozilla as well as /Library/Application Support/Mozilla and in the package contents but couldn't find. From what I know it was a txt file in previous versions but now uses a different extension but still uses the name cookies.(extension).

I'm writing a script with wget and need a cookie that is stored in firefox. I looked in ~/Library/Application Support/Mozilla as well as /Library/Application Support/Mozilla and in the package contents but couldn't find. From what I know it was a txt file in previous versions but now uses a different extension but still uses the name cookies.(extension).

Alle antwoorden (3)

more options

~/Library/Application Support/Firefox/Profiles/<profile folder>

You have to go to your Macintosh HD -> users -> "username" folder's /Library/Application Support/Firefox/Profiles folder and then open the profile folder inside, which would be named something like xxxxxxxx.default for the "default" profile. Inside you'll find a bunch of files, including the database file cookies.sqlite where cookies are now stored.

Starting in Firefox 3.6 you can quickly open the current profile in Firefox from the Help menu, by clicking on "Troubleshooting Information" and, under Application Basics, clicking "Show in Finder" (Mac OS).

Ref:

Profiles - Where Firefox stores your bookmarks, passwords and other user data

http://kb.mozillazine.org/Profile_folder_-_Firefox

P.S. This forum topic may also help:

http://forums.mozillazine.org/viewtopic.php?f=38&t=1968701 Resolved:Need Help reading and saving individual cookies

Bewerkt door AliceWyman op

more options

You can also use Help > Troubleshooting Information > Profile Directory > Open Containing folder

See Use the Troubleshooting Information page to help fix Firefox issues

more options

Once you find the cookies.sqlite file, here's another forum topic that may help you work with it:

http://www.linuxquestions.org/questions/linux-software-2/using-the-cookies-sqlite-from-firefox-3-in-wget-653227/