PISA_Session (ver5.2.0.5)
This table is used to keep track of the PISA session secrets or conversational credential. The secret is calculated by the PISA framework at the beginning of any PISA call and then a new row containing this calculated secret is inserted into this table. Once the PISA call completes, the row is deleted from this table by the PISA frameworks.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
ConversationCredentials | 5.2.0.5 | Varchar2(255) | Session secret used for the validation of a PISA call. |
DCID | 5.2.0.5 | Numeric(10,0) | Unique identifier for this table. Indexed. Required. |
ID | 5.2.0.5 | Numeric(10,0) | Unique identifier for this table. Indexed. Required. |
SessionTimestamp | 5.2.0.5 | Timestamp | Timestamp used in the calculation of the conversational credential. |