User Sessions
Contents Related Documents




Overview

The purpose of this procedure is to view and browse records in the database table "x_session" (User Session History).

Key Fields

These entry field(s) are used to retrieve a specific record from this table.

Session ID.
System-assigned sequential number for this user session.
Assigned after successful user login.

Data Fields

These are the data fields in each record from this table.

End Date.
Date session was logged out or terminated.

End Time.
Time session was logged out or terminated.

IP Address.
Client IP Address (if available) which started this session.

Last Date.
Date of last interaction from user session.

Last Time.
Time of last interaction from user session.

Session Data.
Session 'context' data storage between client/host interactions
Store as CSV list of Name=Value entries. Ex: "N1=V1,N2=V2,N3=V3"

Session Status.
Session status: active/logout/killed

Start Date.
Date session was started (mm/dd/yyyy)

Start Time.
Time session was started (seconds since midnight).

User ID.
User ID for this session.

Browse Selection/Sort Fields

In the browse for this procedure, you can select and sort records by the following fields.

Session ID.
System-assigned sequential number for this user session.
Assigned after successful user login.

Session Status.
Session status: active/logout/killed

User ID.
User ID for this session.

Start Date.
Date session was started (mm/dd/yyyy)

Special Notes

None.
 


Return to Top          Help Topics             Help Index