I have Servoy v3.5.10, in the servoy-admin page I can see when a person logs in, but I have no idea when they log out.
Can anyone tell me how to find the log-out / disconnect date-time?
Thanks
I have Servoy v3.5.10, in the servoy-admin page I can see when a person logs in, but I have no idea when they log out.
Can anyone tell me how to find the log-out / disconnect date-time?
Thanks
For that - I think - you have to create your own logic. After login, you could write that login process to a table. When you attach a method to the onCloseMethod, you can also write the logout to your table. We do just that in a sessions table. The only situation where that does not work if users “kill” their clients using the task manager.