SPRING_SESSION_ATTRIBUTES

Spring User Session Attributes (Technical Data)

Definition


The SPRING_SESSION_ATTRIBUTES table contains the attributes for each user session for the SAP CC Cockpit users.

Description


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.

Technical Data


Schema Version 2023.0.2
Tablespace COCKPIT_DATA
Partitioned No

Summary


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

        Column Details

        The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

        SESSION_PRIMARY_ID

        Definition The primary identifier of the associated user session
        Type VARCHAR(64), NOT NULL
        Primary Key PK_SPRING_SESSION_ATTRIBUTES
        Available Index IX_SPRING_SESSION_ATTRIBUTES

        ATTRIBUTE_NAME

        Definition The name of the attribute of the user session
        Type VARCHAR(256), NOT NULL
        Primary Key PK_SPRING_SESSION_ATTRIBUTES

        ATTRIBUTE_BYTES

        Definition The value of the attribute of the user session
        Type BLOB, NOT NULL

        Primary Key Details

        See the primary key information:

        PK_SPRING_SESSION_ATTRIBUTES

        Column(s) SESSION_PRIMARY_ID,ATTRIBUTE_NAME
        Tablespace COCKPIT_INDX

        Index Details

        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:

        IX_SPRING_SESSION_ATTRIBUTES

        Indexed Column(s) SESSION_PRIMARY_ID
        Unique No
        Partitioned No
        Tablespace COCKPIT_INDX