[webkit-gtk] How to delete cookies

Xan xan.lopez at gmail.com
Mon Sep 5 04:08:52 PDT 2011


On Mon, Sep 5, 2011 at 1:05 PM, Andrew Wood <a.j.w at me.com> wrote:
> I cant work out from the documentation how to clear the cookies. Can anyone
> enlighten me please?

Get WebKit's soup session with 'webkit_get_default_session' and then
use the libsoup APIs to access the cookie jar and clean it. If you
want a working example you can check out the Epiphany source code:
http://git.gnome.org/browse/epiphany/tree/src/pdm-dialog.c#n186

Xan

>
>
> _______________________________________________
> webkit-gtk mailing list
> webkit-gtk at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
>


More information about the webkit-gtk mailing list