Closed Thread
Results 1 to 4 of 4

Thread: Linux Cookies

  1. #1
    Hektor is offline Programmer
    Join Date
    Jan 2007
    Posts
    126
    Rep Power
    0

    Linux Cookies

    Anyone know where Linux stores cookies? I'm use FireFox.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42
    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"

  4. #3
    Hektor is offline Programmer
    Join Date
    Jan 2007
    Posts
    126
    Rep Power
    0
    That works. Is there a way to find cookies by user?

  5. #4
    Jordan Guest
    Just add another grep with the users name:

    Code:
    $ locate "cookies.txt" | grep "firefox" | grep Username

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Using Cookies in PHP
    By Vswe in forum PHP Tutorials
    Replies: 13
    Last Post: 01-31-2010, 10:32 AM
  2. Cookies
    By PGP_Protector in forum C# Programming
    Replies: 0
    Last Post: 11-23-2009, 02:17 PM
  3. other sites cookies
    By zeroradius in forum PHP Development
    Replies: 4
    Last Post: 07-14-2009, 06:50 AM
  4. Cookies gone?
    By Jaan in forum PHP Development
    Replies: 2
    Last Post: 02-18-2009, 02:32 PM
  5. Cookies
    By dirkfirst in forum HTML Programming
    Replies: 10
    Last Post: 01-06-2007, 02:11 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts