I can read cookies in sqlite db in Firefox. However, I also need to read those cookies which are marked as "end of termination" in the Firefox cookie list.
It appears that they are not stored in the SQLite database.
Does anybody mean to read these programs?
Thanks, Elijah
I also want to do this and can not understand it They should be stored anywhere, because they are there if you recover the Firefox session The closest thing I've found is:
You give permission to export them. But no dice is not programmatic.
EDIT: Actually I understood it. They are stored in javascript as 'sessionstore.js' in your Firefox profile. Example of a dragon:
true = true false = false s = eval (file ('& path for Firefox profile & gt; /sessionstore.js'). ) S ['windows'] [0] ['cookies']
Comments
Post a Comment