Session log
This tab contains the log of users' sessions.
The tab is available for users with the permission to read session log. |
By default the sessions started within the last day are displayed. If necessary, the period can be changed at the top of the window.
The records are sorted by the login time in descending order.
The following is displayed for each session:
-
user’s login time,
-
user’s logout time,
-
session expiration time | time of automatic expiration of the session due to user inactivity (one hour since the last user’s interaction with the system).
Active sessions are marked with green color.
The button saves the data from the session log to the PDF file.
Embed session log
The session log can be opened with the direct link, which can be used for embedding into the IFrame widget:
The link has the following structure:
https://<SAYMON_server_address>/iframe-widgets.html?#widget/session-log/1/<additional_parameters>
where:
-
<SAYMON_server_address> is the IP address or FQDN of the SAYMON installation;
-
<additional_parameters> are settings which determine the view of the page.
Example:
https://127.0.0.1/iframe-widgets.html?#widget/session-log/1/period=last-30days&limit=10
In this example:
-
the server works on the localhost and available at the address 127.0.0.1;
-
with page loading, the last month is set as the time period;
-
data is limited to 10 records.
Additional parameters:
Parameter | Description |
---|---|
period |
Time period to display the session log with page loading. By default, sessions for the last hour are displayed. The parameter can take the following values:
|
limit |
Maximum number of returned records. Default limit is 30 records. |