SPRING_SESSION

Spring User Sessions (Technical Data)

Definition


The SPRING_SESSION table contains the user sessions for the SAP CC Cockpit users.

Description


The SPRING_SESSION table contains the user sessions for the SAP CC Cockpit users.

See also the SPRING_SESSION_ATTRIBUTES table.

Note

Please refer to the Spring official documentation for more information on this table and its columns.

Technical Data


Schema Version 2022.0.2
Partitioned No

Summary


The SPRING_SESSION 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
PRIMARY_ID PK_SPRING_SESSION       

The primary identifier of the user session
SESSION_ID     IX_SPRING_SESSION   

The unique identifier of the user session
CREATION_TIME        

    The time when the user session was created
    LAST_ACCESS_TIME        

      The last time the user session was accessed
      MAX_INACTIVE_INTERVAL        

        The maximum inactive interval between requests before this user session will be invalidated
        EXPIRY_TIME     IX_SPRING_SESSION_EXPIRY_TIME   

          The time when the user session will expire
          PRINCIPAL_NAME     IX_SPRING_SESSION_PRINCIPAL_NAME   

            The login of the SAP CC user associated to the user session

            Column Details

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

            PRIMARY_ID

            Definition The primary identifier of the user session
            Type NVARCHAR(64), NOT NULL
            Primary Key PK_SPRING_SESSION

            SESSION_ID

            Definition The unique identifier of the user session
            Type NVARCHAR(64), NOT NULL
            Available Index IX_SPRING_SESSION

            CREATION_TIME

            Definition The time when the user session was created
            Type DECIMAL(28), NOT NULL

            LAST_ACCESS_TIME

            Definition The last time the user session was accessed
            Type DECIMAL(28), NOT NULL

            MAX_INACTIVE_INTERVAL

            Definition The maximum inactive interval between requests before this user session will be invalidated
            Type DECIMAL(10), NOT NULL

            EXPIRY_TIME

            Definition The time when the user session will expire
            Type DECIMAL(28), NOT NULL
            Available Index IX_SPRING_SESSION_EXPIRY_TIME

            PRINCIPAL_NAME

            Definition The login of the SAP CC user associated to the user session
            Type NVARCHAR(256), NULL
            Available Index IX_SPRING_SESSION_PRINCIPAL_NAME

            Primary Key Details

            See the primary key information:

            PK_SPRING_SESSION

            Column(s) PRIMARY_ID
            Tablespace COCKPIT_INDX

            Index Details

            The following database indexes are available in the SPRING_SESSION database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:

            IX_SPRING_SESSION

            Indexed Column(s) SESSION_ID
            Unique Yes
            Partitioned No

            IX_SPRING_SESSION_EXPIRY_TIME

            Indexed Column(s) EXPIRY_TIME
            Unique No
            Partitioned No

            IX_SPRING_SESSION_PRINCIPAL_NAME

            Indexed Column(s) PRINCIPAL_NAME
            Unique No
            Partitioned No