<?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: New RUM - session and events in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/New-RUM-session-and-events/m-p/300274#M7414</link>
    <description>&lt;P&gt;Hi!&lt;BR /&gt;I'm Ramon, part of the team in charge of this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; what uniquely identifies a record in user.sessions?&lt;BR /&gt;A combination of `dt.rum.session.id` and `start_time`&lt;BR /&gt;&lt;BR /&gt;&amp;gt; how exactly user.events are correlated into user.sessions?&lt;BR /&gt;For all events happening within a specific timeframe that contain the same&amp;nbsp;`dt.rum.session.id`, they'll be aggregated into the session&lt;/P&gt;&lt;P&gt;&amp;gt; whether dt.rum.session.id is expected to be unique across user.sessions?&lt;BR /&gt;Sadly, no. It's unique in time for a specific timeframe (there can't be two sessions with the same id at the same time), but it's definitely not unique.&lt;BR /&gt;&lt;BR /&gt;Feel free to drop more questions if you have any &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jun 2026 10:39:28 GMT</pubDate>
    <dc:creator>RAranda</dc:creator>
    <dc:date>2026-06-03T10:39:28Z</dc:date>
    <item>
      <title>New RUM - session and events</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/New-RUM-session-and-events/m-p/300041#M7406</link>
      <description>&lt;P&gt;Hi community,&lt;BR /&gt;&lt;BR /&gt;I'm playing around with the new user sessions and user events. I'm finding out that I've got multiple sessions with the same dt.rum.session.id.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My question: what makes a session unique and how does Dynatrace correlate the right user events to the right session? I can't dicover this using fetch user.events and correlating it with user.sessions etcetera.&lt;BR /&gt;&lt;BR /&gt;Anyone got some tips? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2026 19:52:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/New-RUM-session-and-events/m-p/300041#M7406</guid>
      <dc:creator>michiel_otten</dc:creator>
      <dc:date>2026-05-28T19:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: New RUM - session and events</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/New-RUM-session-and-events/m-p/300223#M7413</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I tested this myself and found something interesting. A &lt;FONT color="#FF0000"&gt;dt.rum.session.id&lt;/FONT&gt; visible in &lt;FONT color="#FF0000"&gt;user.events&lt;/FONT&gt; is not necessarily present in &lt;FONT color="#FF0000"&gt;user.sessions.&lt;/FONT&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch user.events 
| filter dt.rum.session.id == "VHDBVRRUSPKKUSFPCCMRNUSRHTSWESHQ-0" 
| sort timestamp asc&lt;/LI-CODE&gt;&lt;P&gt;returns events, while:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch user.sessions 
| filter dt.rum.session.id == "VHDBVRRUSPKKUSFPCCMRNUSRHTSWESHQ-0" 
| sort timestamp asc&lt;/LI-CODE&gt;&lt;P&gt;returns no records.&lt;/P&gt;&lt;P&gt;This suggests that user.sessions is not simply a grouped view of user.events. There appears to be an additional aggregation/correlation layer that creates session records asynchronously and possibly applies extra conditions before a session becomes available.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="t_pawlak_0-1780408611679.png" style="width: 727px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/33328iD58D92271788AE60/image-dimensions/727x361?v=v2" width="727" height="361" role="button" title="t_pawlak_0-1780408611679.png" alt="t_pawlak_0-1780408611679.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, does anyone from Dynatrace know:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;what uniquely identifies a record in user.sessions?&lt;/LI&gt;&lt;LI&gt;how exactly user.events are correlated into user.sessions?&lt;/LI&gt;&lt;LI&gt;whether dt.rum.session.id is expected to be unique across user.sessions?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2026 13:58:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/New-RUM-session-and-events/m-p/300223#M7413</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2026-06-02T13:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: New RUM - session and events</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/New-RUM-session-and-events/m-p/300274#M7414</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;I'm Ramon, part of the team in charge of this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; what uniquely identifies a record in user.sessions?&lt;BR /&gt;A combination of `dt.rum.session.id` and `start_time`&lt;BR /&gt;&lt;BR /&gt;&amp;gt; how exactly user.events are correlated into user.sessions?&lt;BR /&gt;For all events happening within a specific timeframe that contain the same&amp;nbsp;`dt.rum.session.id`, they'll be aggregated into the session&lt;/P&gt;&lt;P&gt;&amp;gt; whether dt.rum.session.id is expected to be unique across user.sessions?&lt;BR /&gt;Sadly, no. It's unique in time for a specific timeframe (there can't be two sessions with the same id at the same time), but it's definitely not unique.&lt;BR /&gt;&lt;BR /&gt;Feel free to drop more questions if you have any &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2026 10:39:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/New-RUM-session-and-events/m-p/300274#M7414</guid>
      <dc:creator>RAranda</dc:creator>
      <dc:date>2026-06-03T10:39:28Z</dc:date>
    </item>
  </channel>
</rss>

