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
The docs still stated sessionStorage as being used, but it has been localStorage that has been used for quite some time now. Also corrected the mention of localStorage to start with lower case letter.
Copy file name to clipboardExpand all lines: src/content/docs/browser/browser-monitoring/page-load-timing-resources/cookie-collection-session-tracking.mdx
+2-2
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
@@ -35,7 +35,7 @@ Session tracking will not work properly in these situations:
35
35
36
36
* If users have DOM Storage disabled in their browser.
37
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
38
+
* Browser storage APIs such as localStorage are cleared during an active session
0 commit comments