Skip to content

Commit 0785e99

Browse files
authored
Update fern/docs/pages/sdks/web/methods.mdx
1 parent f791b2c commit 0785e99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ window.plugSDK.addSessionProperties({
178178
## Get session details
179179

180180
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).
181-
```jsx
182181

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

0 commit comments

Comments
 (0)