The Security Monitor page, when the solution is running, showcases the list of processes and users connected with the server.
On this page:
To access the Scripts Monitor in your solution, click on Security → Security Monitor.
The contents on that tables are the result from calling the method:
@Server.GetAllConnections() |
That method returns a DataTable with the following columns:
Security Monitor Table - GetAllConnections() method | |
---|---|
Field | Description |
UserName | Credentials used on the the connections |
ConnectionTime | Session duration |
IP | Connection Network address |
ModuleName | Process Name |
In this section: