On Monday 18 February 2008 01:55:17 Fuenty, Chris wrote: > Hello. > > I don't see much of a way to handle cookies within QtWebkit. I see that > there is a QCookieJar created when needed to save cookies for a site > session, but discarded after words, and I can't seem to see where/how to > access cookies saved from that site. > > Unless there's already a way for an Application using QtWebkit to access > cookies from WebKit, would it be somewhat of a logical idea to provide > QWebNetworkRequest with a QCookieJar container, and be able to call from > that? Feel free to downside my logic, it's probably wrong, but I'm > looking for a way I can patch this up to provide cookie support.
Check the demo browser which can be found in demos/browser of a Qt 4.4 copy. Online browsing of Qt snapshots can be done here [1] and the browser directory is here [2]. z. [1] http://labs.trolltech.com/gitweb?p=qt-snapshot;a=summary [2] http://labs.trolltech.com/gitweb?p=qt-snapshot;a=tree;f=demos/browser;h=44d37c6fb63f0b612536a9a964ac34505258a7f5;hb=883811ebfc892af68fd0442a64c688043111437c _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

