0
votes
1answer
72 views
Calling Firefox XPCOM from external app?
Context: we need to read Firefox cookies in our app; until Firefox 3.5, this was possible by reading cookies.txt / cookies.sqlite. In Firefox 3.5, it exclusively locks the cookie file so outside ap …
1
vote
Cookies in Firefox
Note that in Firefox 3.5, cookies.sqlite is locked exclusively by Firefox, so you have to make a copy of it before reading.
Also, cookies.sqlite may not be flushed to disk until Firefox exi …
