Session Infoes

The SessionInfo table in the Core package is designed to store essential details about user sessions within the application. It includes fields such as SessionID, UserID, LoginTimestamp, LogoutTimestamp, and SessionDuration, enabling comprehensive tracking of user activity and session management. This table supports analytical reporting on user engagement, helps in monitoring session statistics, and assists in identifying potential security concerns by logging unusual session patterns. The structure is optimized for efficient querying and data retrieval, facilitating real-time insights into user interactions.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

The SessionInfoId is an auto-incrementing integer field that serves as the unique identifier for each record in the SessionInfo table. This primary key uniquely distinguishes individual session entries, enabling efficient retrieval and management of session-related data.

string | null

The SessionSessionId field in the SessionInfo table is an nvarchar data type designed to store a unique identifier for each session. It has a maximum length of 450 characters, allowing for the inclusion of various session formats and identifiers that may include alphanumeric characters and special symbols. This field ensures that session tracking and management are efficient and can accommodate diverse session ID structures while maintaining data integrity and consistency.

string | null

The SessionVariableId field in the SessionInfo table is designed to store a unique identifier for session-related variables. This field has a data type of nvarchar, allowing for the inclusion of Unicode characters, and it has a maximum length of 64 characters. It serves to associate specific session variables with a session, enabling efficient tracking and management of session states in an application.

string | null

The 'Value' field in the SessionInfo table is of data type nvarchar, allowing for the storage of Unicode character strings with a maximum length of 512 characters. This field is designed to hold various types of session-related data, enabling the flexibility to support multiple languages and special characters, ensuring comprehensive information capture related to user sessions.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!