Firefox cookie storage

Tom Metro tmetro-blu-5a1Jt6qxUNc at public.gmane.org
Sun Mar 28 17:39:21 EDT 2010


Scott Ehrlich wrote:
> I need to learn sql so I can manage my firefox cookies which use a
> mysql database.

MySQL? Perhaps you mean SQLite?

FF used to have an internal storage format ("mork" database) plus a 
cookies.txt file in a "standard" format for interoperability with other 
applications. They probably still have the cookies.txt file after 
migrating to SQLite, but I haven't checked.

What manipulations are you seeking to do that can't be managed within 
FF? If you do need to do something custom, chances are it'd be safer to 
do using the browser's APIs from an extension, rather than externally 
manipulating the database.

  -Tom

-- 
Tom Metro
Venture Logic, Newton, MA, USA
"Enterprise solutions through open source."
Professional Profile: http://tmetro.venturelogic.com/





More information about the Discuss mailing list