On Mon, Sep 5, 2011 at 1:05 PM, Andrew Wood <[email protected]> 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 > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk > _______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
