Hello!

I need to get cookies from QWebView (after the site is loaded and login-password are entered), store them, and send them next time to the QWebView, to avoid entering login-password many times.
This process (saving cookies) is a part of every modern browser. Is it possible to do with Qt5? How to do it? Where I can get cookies from QWebView? How to put them back before loading the page?
I'm terribly sorry, I'm newbie in lan programming.

Thanks in advance.