<?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: How to get  concurrent user sessions in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Get-concurrent-user-sessions/m-p/239165#M5776</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What you mean by current session?&lt;/P&gt;&lt;P&gt;You should know that USQL can have statistics for only ended sessions, so live session will not be counted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need more assistance, please tell me more.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2024 08:41:24 GMT</pubDate>
    <dc:creator>Malaik</dc:creator>
    <dc:date>2024-03-07T08:41:24Z</dc:date>
    <item>
      <title>Get concurrent user sessions</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Get-concurrent-user-sessions/m-p/239123#M5774</link>
      <description>&lt;P&gt;How can i use USQL to take concurrent user sessions from the same user and get the time the user started wich session?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 15:00:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Get-concurrent-user-sessions/m-p/239123#M5774</guid>
      <dc:creator>ArtuD</dc:creator>
      <dc:date>2024-05-10T15:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get  concurrent user sessions</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Get-concurrent-user-sessions/m-p/239165#M5776</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What you mean by current session?&lt;/P&gt;&lt;P&gt;You should know that USQL can have statistics for only ended sessions, so live session will not be counted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need more assistance, please tell me more.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 08:41:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Get-concurrent-user-sessions/m-p/239165#M5776</guid>
      <dc:creator>Malaik</dc:creator>
      <dc:date>2024-03-07T08:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get  concurrent user sessions</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Get-concurrent-user-sessions/m-p/239227#M5777</link>
      <description>&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;I mean, at a specific timeframe, a person accessed a website twice simultaneously, but these two sessions have already ended. I would like to know if it is possible to identify these two simultaneous accesses from the same user using usql.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 12:44:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Get-concurrent-user-sessions/m-p/239227#M5777</guid>
      <dc:creator>ArtuD</dc:creator>
      <dc:date>2024-03-07T12:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get  concurrent user sessions</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Get-concurrent-user-sessions/m-p/239425#M5784</link>
      <description>&lt;P&gt;If those 2 sessions are logged 2 times in Dynatrace so Yes.&lt;/P&gt;&lt;P&gt;Can you show the result in Dynatrace user session?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2024 11:55:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Get-concurrent-user-sessions/m-p/239425#M5784</guid>
      <dc:creator>Malaik</dc:creator>
      <dc:date>2024-03-10T11:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get  concurrent user sessions</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Get-concurrent-user-sessions/m-p/239445#M5785</link>
      <description>&lt;P&gt;Assuming you are already tagging your users, you can do something like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;SELECT userId, count (DISTINCT userSessionId) FROM usersession where userId is not null  group by userId  &lt;/LI-CODE&gt;&lt;P&gt;in table mode , you can get something like&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PacoPorro_0-1710142047859.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/18197i334882A88BE490D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PacoPorro_0-1710142047859.png" alt="PacoPorro_0-1710142047859.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 07:28:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Get-concurrent-user-sessions/m-p/239445#M5785</guid>
      <dc:creator>PacoPorro</dc:creator>
      <dc:date>2024-03-11T07:28:13Z</dc:date>
    </item>
  </channel>
</rss>

