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 Custom ID of the session to fetch or create.
This is useful to associate sessions in the Galtea platform with those in your application.
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
.