Discussion:
Delete individual cookies without using cookie manager
(too old to reply)
Andy K
2016-03-06 21:43:51 UTC
Permalink
Is there a way to delete cookies using a script instead of using cookie manager ?

Thanks.
Ralph Fox
2016-03-08 07:16:59 UTC
Permalink
Post by Andy K
Is there a way to delete cookies using a script instead of using cookie manager ?
Thanks.
Here is someone doing this with Firefox. The same method should work
with SeaMonkey.

http://amitp.blogspot.co.nz/2009/06/firefox-cookie-management-with-sqlite.html

In both Firefox and SeaMonkey, cookies are stored in a SQLite database
in the profile folder (database file name "cookies.sqlite").
--
Kind regards
Ralph
Andy K
2016-03-10 16:38:51 UTC
Permalink
Post by Ralph Fox
Post by Andy K
Is there a way to delete cookies using a script instead of using cookie manager ?
Thanks.
Here is someone doing this with Firefox. The same method should work
with SeaMonkey.
http://amitp.blogspot.co.nz/2009/06/firefox-cookie-management-with-sqlite.html
In both Firefox and SeaMonkey, cookies are stored in a SQLite database
in the profile folder (database file name "cookies.sqlite").
--
Kind regards
Ralph
Thanks,
Andy

Loading...