The SPRING_SESSION_ATTRIBUTES table contains the attributes for each user session for the SAP CC Cockpit users.
See also the SPRING_SESSION table.
Note Please refer to the Spring official documentation for more information on this table
and its columns.
| Schema Version | 2023.0.2 | |
| Filegroup | COCKPIT_DATA | |
| Partitioned | No | |
The SPRING_SESSION_ATTRIBUTES table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| SESSION_PRIMARY_ID | PK_SPRING_SESSION_ATTRIBUTES | IX_SPRING_SESSION_ATTRIBUTES | SPRING_SESSION (PRIMARY_ID)
|
|
The primary identifier of the associated user session | |
| ATTRIBUTE_NAME | PK_SPRING_SESSION_ATTRIBUTES |
|
The name of the attribute of the user session | |||
| ATTRIBUTE_BYTES |
|
The value of the attribute of the user session |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The primary identifier of the associated user session |
| Type | NVARCHAR(64), NOT NULL |
| Primary Key | PK_SPRING_SESSION_ATTRIBUTES |
| Available Index | IX_SPRING_SESSION_ATTRIBUTES |
| Definition | The name of the attribute of the user session |
| Type | NVARCHAR(256), NOT NULL |
| Primary Key | PK_SPRING_SESSION_ATTRIBUTES |
| Definition | The value of the attribute of the user session |
| Type | VARBINARY(MAX), NOT NULL |
See the primary key information:
| Column(s) | SESSION_PRIMARY_ID,ATTRIBUTE_NAME |
| Filegroup | COCKPIT_DATA |
The following database indexes are available in the SPRING_SESSION_ATTRIBUTES database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | SESSION_PRIMARY_ID |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | COCKPIT_INDX |