TheDocumentation Index
Fetch the complete documentation index at: https://docs.fermion.app/llms.txt
Use this file to discover all available pages before exploring further.
getSessionId() method returns the unique session ID associated with your active sandbox connection. This ID identifies the live session currently linked to your WebSocket connection.
getSessionId()
Description:
Returns the current sandbox session ID, or null if not connected.
Parameters:
None
Returns:
string | null - Session ID or null
Example:
Session ID is different from snippet ID. Session is temporary, snippet is persistent.
