Sets the active session to the specified session key.Documentation Index
Fetch the complete documentation index at: https://turnkey-0e7c1f5b-amir-tx-status-webhooks.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- This function updates the
activeSessionKeyin persistent storage to the specified session key. - Ensures that subsequent operations use the session associated with this key as the active session.
- Does not validate whether the session key exists or is valid; it simply updates the pointer.
- Useful for switching between multiple stored sessions or restoring a previous session context.
Package: core
Defined in: clients/core.ts:4922
A promise that resolves when the active session key is successfully set.