<?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: Session recovery in AJAX in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Session-recovery-in-AJAX/m-p/1612250#M1247366</link>
    <description>&lt;P&gt;... and I forgot to ask: You specifically mentioned Chrome. Has this been tested with another browser?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Aug 2019 06:46:27 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2019-08-14T06:46:27Z</dc:date>
    <item>
      <title>Session recovery in AJAX</title>
      <link>https://community.qlik.com/t5/QlikView/Session-recovery-in-AJAX/m-p/1612145#M1247360</link>
      <description>&lt;P&gt;Hey Qlikers,&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are experiencing an issue with Qlikview 12SR4. When we disable session recovery in QMC, our AJAX sessions retain the users last selections. This happens when we use Chrome. Has anyone else experienced this issue? IE plugin has no issue with session recovery but AJAX seems to retain these "Sticky" sessions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S. We are unable to upgrade and have a few ideas for a workaround. We are looking for solutions or whether or not this is a known issue in this version. Thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Session-recovery-in-AJAX/m-p/1612145#M1247360</guid>
      <dc:creator>ChavarousK</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Session recovery in AJAX</title>
      <link>https://community.qlik.com/t5/QlikView/Session-recovery-in-AJAX/m-p/1612249#M1247362</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;This might not be Session Recovery, but a not yet closed session.&lt;/P&gt;
&lt;P&gt;Maybe a little more background helps:&lt;/P&gt;
&lt;H3&gt;What is Session Recovery?&lt;/H3&gt;
&lt;P&gt;Session Recovery functions by creating a bookmark when the user closes their session or when the session times out. This bookmark is called a LastKnownState bookmark. The End User and Admin cannot access this through the QMC. It is only visible in the .shared/.tshared file. This bookmark grabs all the currently active selections after a session is terminated properly (this bit is important).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A session for AJAX is closed in one of two ways:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The user hits the&amp;nbsp;&lt;STRONG&gt;Close&amp;nbsp;&lt;/STRONG&gt;button in the top right corner of the AJAX client or&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="close.png" style="width: 515px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/16978i826AA693A7D052C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="close.png" alt="close.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;The session times out.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Closing the browser window or hitting the back button does&amp;nbsp;&lt;EM&gt;not&amp;nbsp;&lt;/EM&gt;close the session.&lt;/P&gt;
&lt;P&gt;Afterwards, it might still be necessary to&amp;nbsp;&lt;STRONG&gt;Remove last document state&amp;nbsp;&lt;/STRONG&gt;so that the currently saved LastKnownStateBookmark is discarded.&lt;/P&gt;
&lt;P&gt;That is done in the AccessPoint by clicking on&amp;nbsp;&lt;STRONG&gt;View details.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="state.png" style="width: 544px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/16979i201EB1F243B8D2A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="state.png" alt="state.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;And that was Session Recovery.&lt;/P&gt;
&lt;P&gt;If you aren't sure if it was disabled correctly (for example if you have a Cluster and the settings are not correctly saved to all nodes), you can check the settings.ini file of the individual Qlikview servers.&lt;/P&gt;
&lt;P&gt;Locate the settings.ini file in &lt;FONT face="courier new,courier"&gt;c:\programdata\qliktech\qlikviewserver&amp;nbsp;&lt;/FONT&gt;and verify if the settings.ini file includes&amp;nbsp;&lt;FONT face="courier new,courier"&gt;ProhibitQvpxSessionRecovery=1&lt;/FONT&gt;&lt;/P&gt;
&lt;H3&gt;What &lt;EM&gt;isn't&lt;/EM&gt; Session Recovery?&lt;/H3&gt;
&lt;P&gt;What AJAX&amp;nbsp;&lt;EM&gt;also&amp;nbsp;&lt;/EM&gt;does though is that it&amp;nbsp;&lt;STRONG&gt;resumes a currently active session&lt;/STRONG&gt;. That is not Session Recovery, as no bookmark is created. So, a document is closed by hitting the back button on the browser or the browser/tab is closed. The session is still active until it times out. Until then, whenever the user opens the document again, they'll pick up where they left off since the server still has all their data cached.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Another&amp;nbsp;&lt;/STRONG&gt;possibility would be that the document was&amp;nbsp;&lt;STRONG&gt;saved with those selections&lt;/STRONG&gt;, but that does&amp;nbsp;&lt;EM&gt;not&amp;nbsp;&lt;/EM&gt;apply in your case, since you are not seeing the behaviour in the Plugin (just noting that here in case someone else needs this information).&lt;/P&gt;
&lt;P&gt;I hope that this is able to help a little.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 06:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Session-recovery-in-AJAX/m-p/1612249#M1247362</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2019-08-14T06:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Session recovery in AJAX</title>
      <link>https://community.qlik.com/t5/QlikView/Session-recovery-in-AJAX/m-p/1612250#M1247366</link>
      <description>&lt;P&gt;... and I forgot to ask: You specifically mentioned Chrome. Has this been tested with another browser?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 06:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Session-recovery-in-AJAX/m-p/1612250#M1247366</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2019-08-14T06:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Session recovery in AJAX</title>
      <link>https://community.qlik.com/t5/QlikView/Session-recovery-in-AJAX/m-p/1612646#M1247370</link>
      <description>&lt;P&gt;This is exactly what we were looking for! Your explanation was excellent. Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 21:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Session-recovery-in-AJAX/m-p/1612646#M1247370</guid>
      <dc:creator>ChavarousK</dc:creator>
      <dc:date>2019-08-14T21:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Session recovery in AJAX</title>
      <link>https://community.qlik.com/t5/QlikView/Session-recovery-in-AJAX/m-p/1612708#M1247372</link>
      <description>&lt;P&gt;Glad to be of help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If the information was useful and helped answer your question, please mark it as resolved once you're confident it's sufficient.&amp;nbsp; This will help other users later on reuse this with confidence!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/Sonja&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 06:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Session-recovery-in-AJAX/m-p/1612708#M1247372</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2019-08-15T06:10:17Z</dc:date>
    </item>
  </channel>
</rss>

