Overview
bind_session attaches an existing session to the current context for the duration of the with block. The session is not ended on exit — end it explicitly later.
Syntax
Parameters
session_id(string, required): An existing session id to bind.