Create a Session
This command creates a new session and returns a session ID. The session ID is required in later commands.
Authorizations: All
Requests
|
Parameters
Parameter | Description/Values |
---|---|
sessionTitle | Enter a title for the session. Note The title must be enclosed in quotes if it contains one or more spaces. |
Result
Success
|
Error
Error | Description |
---|---|
| Calling createSession requires 1 parameter. |
| The session title cannot be empty string " ". |
| Creating a new session failed. Please see calypso.log for details. |
Example
The following example creates a session entitled “Test Session1”. The system returns OK and the ID of the new session.
|