Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I would like my QWebEngine to keep the same session data (cookie, etc.)
I tried using the same QWebEngineProfile and setting it to my QWebEnginePage, but that doesn't seem to work. Is there example somewhere that I can refer to? Thanks
Solution found
use this global variable for all your QWebEnginePage
QWebEngineProfile *profile = QWebEngineProfile::defaultProfile();