<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Multiple QWebEngine, keep the same session]]></title><description><![CDATA[<p dir="auto">I would like my QWebEngine to keep the same session data (cookie, etc.)</p>
<p dir="auto">I tried using the same QWebEngineProfile and setting it to my QWebEnginePage, but that doesn't seem to work.<br />
Is there example somewhere that I can refer to?<br />
Thanks</p>
]]></description><link>https://forum.qt.io/topic/71125/multiple-qwebengine-keep-the-same-session</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 11:30:07 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/71125.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 Sep 2016 02:45:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Multiple QWebEngine, keep the same session on Tue, 13 Sep 2016 00:42:03 GMT]]></title><description><![CDATA[<p dir="auto">Solution found</p>
<p dir="auto">use this global variable for all your QWebEnginePage</p>
<p dir="auto">QWebEngineProfile *profile = QWebEngineProfile::defaultProfile();</p>
]]></description><link>https://forum.qt.io/post/347215</link><guid isPermaLink="true">https://forum.qt.io/post/347215</guid><dc:creator><![CDATA[maximus]]></dc:creator><pubDate>Tue, 13 Sep 2016 00:42:03 GMT</pubDate></item></channel></rss>