Set Live Session
This command sets the Live state of the session to the value of active, where "true" means Live and "false" means not-Live. You specify the session using the session ID.
Note
When Multi-site Live was implemented, the default was changed to not-Live. Previously sessions were Live by default.
Authorizations: All
Requests
|
Parameters
Parameter | Description/Values |
|---|---|
sessionId | The ID of a HMP session. |
active | The Live state of the session, either:
|
Result
Success
|
Error
Error | Description |
|---|---|
| Calling |
| The |
|
|
| The 'session' with UUID ' |
Example
The first example toggles the session Live setting/state to Live (active = "true"). The system returns OK.
|
The second example toggles the session Live setting/state to not-Live (active = "false"). The system returns OK.
|