Skip to content

Commit ea40bbb

Browse files
Cross-domain session tracking link (#252)
* Cross-domain session tracking link * Update fern/docs/pages/sdks/web/methods.mdx --------- Co-authored-by: Atul-Butola <[email protected]>
1 parent 3d7a9e4 commit ea40bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/docs/pages/sdks/web/methods.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ window.plugSDK.addSessionProperties({
177177

178178
## Get session details
179179

180-
You can use the `getSessionDetails` method to fetch the session ID and tab ID of currently ongoing session. These details can then be passed across different domains to maintain the journey as a single, continuous session.
180+
You can use the `getSessionDetails` method to fetch the session ID and tab ID of currently ongoing session. These details can then be passed across different domains to maintain the journey as a single, continuous session. For more details on how to fetch the session ID and tab ID, and pass them across different domains for a seamless journey, refer to [Cross-domain session tracking](https://devrev.ai/docs/plug/cross-domain-session).
181181

182182
```jsx
183183
const { sessionId, tabId } = window.plugSDK.getSessionDetails();

0 commit comments

Comments
 (0)