You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/browser/browser-monitoring/page-load-timing-resources/cookie-collection-session-tracking.mdx
+5-7
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ redirects:
13
13
freshnessValidatedDate: never
14
14
---
15
15
16
-
Browser monitoring's [page load timing](/docs/browser/new-relic-browser/page-load-timing-resources/page-load-timing-process) feature can track sessions by using the sessionStorage API that can store a simple session identifier.
16
+
Browser monitoring's [page load timing](/docs/browser/new-relic-browser/page-load-timing-resources/page-load-timing-process) feature can track sessions by using the localStorage API that can store a simple session identifier.
17
17
18
18
## How it works [#process]
19
19
@@ -30,12 +30,10 @@ Here is the basic process for session tracking:
30
30
* Clicking
31
31
* Scrolling
32
32
* Typing
33
-
34
-
Session tracking will not work properly in these situations:
35
-
36
-
* If users have DOM Storage disabled in their browser.
37
-
* If the browser or page is configured to **not** allow loading and execution of third-party origin scripts through security policies or other means (which naturally means the agent as a whole will not function).
38
-
* Browser storage APIs such as LocalStorage are cleared during an active session
33
+
* Session tracking will not work properly in these situations:
34
+
* If users have DOM Storage disabled in their browser.
35
+
* If the browser or page is configured to **not** allow loading and execution of third-party origin scripts through security policies or other means (which naturally means the agent as a whole will not function).
36
+
* Browser storage APIs such as localStorage are cleared during an active session.
0 commit comments