Libki / libki-server

Libki Server
Other
55 stars 28 forks source link

Add session_id to deleted session stats #328

Closed fclibtech closed 1 year ago

fclibtech commented 1 year ago

Our reporting requires us to calculate public computer usage by time. Currently we use queries to work out the time between session start and session finish by session_id. If a session is deleted there is no session_id logged in the statistics. By adding this we are able to calculate the finish time on sessions that are deleted as well.