- 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.