I'm developing application in Qt 4.8.1. I trying to develope a simple web browser. I want to create function logout on site.
As I understand the required information is stored in cookies.
In webView->page()->networkAccessManager()->cookieJar()
I have not found clearing cookies.
May be the session must be closed. Isn't?
Help me to create the logout function.
Maybe try delete the webpage object of the webview and instantiate a newPage object. and then
webView->setPage(newPage);