Anyone know where Linux stores cookies? I'm use FireFox.
The path differs from machine to machine. At least we know what the cookie-file is called, so we're able to easily locate it.
Code:$ locate "cookies.txt" | grep "firefox"
That works. Is there a way to find cookies by user?
Just add another grep with the users name:
Code:$ locate "cookies.txt" | grep "firefox" | grep Username
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks