<?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 .NET-API: Accessing session with specific identity in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-API-Accessing-session-with-specific-identity/m-p/1780920#M13807</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;to identify different sessions of the same app, qlik sense supports the "identity" parameter, e.g. "&lt;A href="https://server/app/app_id/sheet/sheet_id/state/analysis/identity/1" target="_blank" rel="nofollow noopener noreferrer"&gt;https://localhost4848/app/app_id/sheet/sheet_id/state/analysis/identity/1"&lt;/A&gt;&lt;/P&gt;&lt;P&gt;as mentioned here:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Qlik-Sense-URL-quot-hacks-quot/ba-p/1475676" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Qlik-Sense-URL-quot-hacks-quot/ba-p/1475676&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Unfortunatly i haven't found any .net api method to determine a session with specific identity.&lt;/P&gt;&lt;P&gt;Is it possible to access such a session using the qlik sense .net api? If yes, a short example would be greatly appreciated. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you and best regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 00:39:33 GMT</pubDate>
    <dc:creator>daniellw</dc:creator>
    <dc:date>2024-11-16T00:39:33Z</dc:date>
    <item>
      <title>.NET-API: Accessing session with specific identity</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-API-Accessing-session-with-specific-identity/m-p/1780920#M13807</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;to identify different sessions of the same app, qlik sense supports the "identity" parameter, e.g. "&lt;A href="https://server/app/app_id/sheet/sheet_id/state/analysis/identity/1" target="_blank" rel="nofollow noopener noreferrer"&gt;https://localhost4848/app/app_id/sheet/sheet_id/state/analysis/identity/1"&lt;/A&gt;&lt;/P&gt;&lt;P&gt;as mentioned here:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Qlik-Sense-URL-quot-hacks-quot/ba-p/1475676" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Qlik-Sense-URL-quot-hacks-quot/ba-p/1475676&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Unfortunatly i haven't found any .net api method to determine a session with specific identity.&lt;/P&gt;&lt;P&gt;Is it possible to access such a session using the qlik sense .net api? If yes, a short example would be greatly appreciated. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you and best regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-API-Accessing-session-with-specific-identity/m-p/1780920#M13807</guid>
      <dc:creator>daniellw</dc:creator>
      <dc:date>2024-11-16T00:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: .NET-API: Accessing session with specific identity</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-API-Accessing-session-with-specific-identity/m-p/1781993#M13826</link>
      <description>&lt;P&gt;Hi! There's no way to list the existing sessions used, but if you want to connect to a known session, then you should define the token as part of the Session instance when connection. That token goes into the identity part, so if you want to connect to an app using the identity "1", then you could do like this:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;using (var app = location.App(appId, Session.WithApp(appId, "1")))
{
    DoStuff();
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 13:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-API-Accessing-session-with-specific-identity/m-p/1781993#M13826</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2021-02-11T13:54:43Z</dc:date>
    </item>
  </channel>
</rss>

