Session
Get Or Create Session
Get an existing session or create a new one if it doesn’t exist.
Returns
Returns a Session object.
Example
Parameters
The ID of the session to fetch or create.
The ID of the version to associate with this session if it needs to be created.
The test case ID. Required for non-production sessions.
A flexible key-value context.
A flag to indicate if the session is from a production environment. Defaults to False
.