The documentation for pyWebKitGTK is pretty scarce. I've looked through their python .def
files but they don't seem to contain the words cookie, session, (lib)soup or (lib)curl.. so maybe it isn't possible, huh. I've also looked through the WebKitGTK docs (for the C-based library) and aside from a brief mention of libsoup there doesn't appear to be anything there either. But on the other hand cookie support seems like pretty fundamental stuff. Could anyone confirm / deny PyWebKitGTK's support of cookies?
Note: am currently using the GTK version, but I don't mind switching to the Qt one if the feature is there.