Store Session Data
IMPORTANT!
If you hadn't yet read the intro part of this section, please click here to read it first.
Description
This module provides the developer a simple way to store arbitrary information in the Voice Application Session Profile. The stored information is reported back with each Voice Application request.
Be Advised!
Session Profile information is stored on Cloudonix for up to 30 days, following the completion of the session. This mechanism should not be used for using sensitive information. If you do store sensitive information in the session profile, make sure it is properly hashed and/or encrypted.
Workflow
This module may be executed at any point of a scenario.
Scenario Example

Parameters
Parameter | Description |
---|---|
Connection | The Voice Application Connection to be used for the query. |
Session Token | The Cloudonix session token to store the information in. |
Data Key | The key of the data to store. |
Data Value | The value to store. |
Advanced Mode
This module doesn't have advanced usage mode available.