Hi,
I am using the Javascript Tracker. My understanding is that a new domain_sessionid
is created for a visitor every 30 minutes (source), but every time I refresh a page (or for every page_view
event), a new domain_sessionid
is being sent by the tracker.
While on the same page, events such as page_ping
, unstruct
etc use the same domain_sessionid
that was created when the page was loaded.
How can I maintain the same domain_sessionid
for 30 minutes?