<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Workaround to Increase Session Timeout - Qlik SaaS in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Workaround-to-Increase-Session-Timeout-Qlik-SaaS/m-p/2521532#M31993</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I'm facing an issue with &lt;STRONG&gt;session timeout due to inactivity&lt;/STRONG&gt; in Qlik SaaS. After 20-30 minutes, the session times out, requiring a page reload.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I came across a solution mentioning that &lt;STRONG&gt;session timeout settings&lt;/STRONG&gt; can be managed via the &lt;STRONG&gt;Qlik Management Console (QMC)&lt;/STRONG&gt;. However, I’m unsure if these settings are available in the cloud version.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Qlik Sense provides three settings that influence session timeout:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Session Inactivity Timeout&lt;/STRONG&gt; – Defines how long a session remains active before timing out.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Keep-Alive Timeout&lt;/STRONG&gt; – Controls the maximum timeout for a single HTTP request.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;TCP Websocket Keep-Alive&lt;/STRONG&gt; – Helps maintain the connection in certain environments.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Additionally, I’m exploring whether an &lt;STRONG&gt;extension&lt;/STRONG&gt; can help keep the session active. Has anyone successfully implemented a workaround for this in Qlik SaaS?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jun 2025 07:06:47 GMT</pubDate>
    <dc:creator>Amit_Prajapati</dc:creator>
    <dc:date>2025-06-18T07:06:47Z</dc:date>
    <item>
      <title>Workaround to Increase Session Timeout - Qlik SaaS</title>
      <link>https://community.qlik.com/t5/Management-Governance/Workaround-to-Increase-Session-Timeout-Qlik-SaaS/m-p/2489442#M29129</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I've searched the internet about this subject and for what I understood, it is not possible to increase the default timeout for inactivity in Qlik SaaS.&lt;/P&gt;
&lt;P&gt;I've built some dashboards to be displayed in a videowall, everything works fine. The connected server will turn on and off at a certain hour, open the browsers and navigate to each dashboard and it's great, except it will end the session after 30+- minutes.&lt;/P&gt;
&lt;P&gt;I'm using python with Selenium to navigate to the dashboards and I know selenium has some functions to add cookies to the browser. Maybe that's a way to keep the session alive? By renewing the cookie or something like that? I'm far from an expert so i'm sorry if it sounds stupid.&lt;/P&gt;
&lt;P&gt;Anyways, I need to keep the session alive. I could probably do it making the browser refresh or click something every x minutes, but maybe there's something more reliable that one could advice me.&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 16:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Workaround-to-Increase-Session-Timeout-Qlik-SaaS/m-p/2489442#M29129</guid>
      <dc:creator>pedrohenriqueperna</dc:creator>
      <dc:date>2025-01-29T16:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Workaround to Increase Session Timeout - Qlik SaaS</title>
      <link>https://community.qlik.com/t5/Management-Governance/Workaround-to-Increase-Session-Timeout-Qlik-SaaS/m-p/2489477#M29130</link>
      <description>&lt;P&gt;I have seen this one before, not sure if Saas will treat it the same. Try this.&lt;/P&gt;
&lt;P&gt;1. Make a copy of the app.&lt;/P&gt;
&lt;P&gt;2. Get the app id from the original app.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. In the copy app in the start before main write binary [appid];&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="seanbruton_0-1730130632244.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173477i92AA88A7041A8F58/image-size/medium?v=v2&amp;amp;px=400" role="button" title="seanbruton_0-1730130632244.png" alt="seanbruton_0-1730130632244.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. Make sure you exit script so you dont load data from the original script, Keep all variables&amp;nbsp;&lt;/P&gt;
&lt;P&gt;5. Set a reload schedule every 25 min. this could reset the timer. as the page rest on reload data.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 15:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Workaround-to-Increase-Session-Timeout-Qlik-SaaS/m-p/2489477#M29130</guid>
      <dc:creator>seanbruton</dc:creator>
      <dc:date>2024-10-28T15:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Workaround to Increase Session Timeout - Qlik SaaS</title>
      <link>https://community.qlik.com/t5/Management-Governance/Workaround-to-Increase-Session-Timeout-Qlik-SaaS/m-p/2489520#M29131</link>
      <description>&lt;P&gt;Can you just have&amp;nbsp;&lt;SPAN&gt;Selenium reload the page every 20 minutes?&amp;nbsp; Sessions end after 30 minutes of inactivity, not a fixed 30 minutes per session. Depending on your authentication method you may also need to consider that as well.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 21:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Workaround-to-Increase-Session-Timeout-Qlik-SaaS/m-p/2489520#M29131</guid>
      <dc:creator>Leigh_Kennedy</dc:creator>
      <dc:date>2024-10-28T21:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Workaround to Increase Session Timeout - Qlik SaaS</title>
      <link>https://community.qlik.com/t5/Management-Governance/Workaround-to-Increase-Session-Timeout-Qlik-SaaS/m-p/2490577#M29132</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24343"&gt;@seanbruton&lt;/a&gt; I ended up using selenium to do the job, as suggested by &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47022"&gt;@Leigh_Kennedy&lt;/a&gt;,&amp;nbsp;but instead of refreshing the browsers, which will display it in the screen and not look so good, I made selenium click a html object of the page every x minutes. In this case, the 'sheet-title',&amp;nbsp; 'cause it's present in all my dashs.&lt;/P&gt;
&lt;P&gt;I was kinda skeptic this would work, but it surprisingly seems to have.&lt;/P&gt;
&lt;P&gt;Thank you both for the replies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 13:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Workaround-to-Increase-Session-Timeout-Qlik-SaaS/m-p/2490577#M29132</guid>
      <dc:creator>pedrohenriqueperna</dc:creator>
      <dc:date>2024-11-04T13:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Workaround to Increase Session Timeout - Qlik SaaS</title>
      <link>https://community.qlik.com/t5/Management-Governance/Workaround-to-Increase-Session-Timeout-Qlik-SaaS/m-p/2491457#M29133</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/205436"&gt;@pedrohenriqueperna&lt;/a&gt;&amp;nbsp;You are welcome!!! I am also interested in the solution using selenium and will look into it. Your idea is simple and clean.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 17:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Workaround-to-Increase-Session-Timeout-Qlik-SaaS/m-p/2491457#M29133</guid>
      <dc:creator>seanbruton</dc:creator>
      <dc:date>2024-11-07T17:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Workaround to Increase Session Timeout - Qlik SaaS</title>
      <link>https://community.qlik.com/t5/Management-Governance/Workaround-to-Increase-Session-Timeout-Qlik-SaaS/m-p/2521532#M31993</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I'm facing an issue with &lt;STRONG&gt;session timeout due to inactivity&lt;/STRONG&gt; in Qlik SaaS. After 20-30 minutes, the session times out, requiring a page reload.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I came across a solution mentioning that &lt;STRONG&gt;session timeout settings&lt;/STRONG&gt; can be managed via the &lt;STRONG&gt;Qlik Management Console (QMC)&lt;/STRONG&gt;. However, I’m unsure if these settings are available in the cloud version.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Qlik Sense provides three settings that influence session timeout:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Session Inactivity Timeout&lt;/STRONG&gt; – Defines how long a session remains active before timing out.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Keep-Alive Timeout&lt;/STRONG&gt; – Controls the maximum timeout for a single HTTP request.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;TCP Websocket Keep-Alive&lt;/STRONG&gt; – Helps maintain the connection in certain environments.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Additionally, I’m exploring whether an &lt;STRONG&gt;extension&lt;/STRONG&gt; can help keep the session active. Has anyone successfully implemented a workaround for this in Qlik SaaS?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 07:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Workaround-to-Increase-Session-Timeout-Qlik-SaaS/m-p/2521532#M31993</guid>
      <dc:creator>Amit_Prajapati</dc:creator>
      <dc:date>2025-06-18T07:06:47Z</dc:date>
    </item>
  </channel>
</rss>

