User Session List Management

Hello!

I was wondering if there is a way to get a list of current user sessions and delete some using a BPM, or a similar alternative?

I tried doing this using a data directive on the WebSession table, but unfortunately it didn’t look like there were any entries in it :sweat_smile:. My goal was to wait for a user to login, and trigger custom C# to loop through the session list, find the user with the oldest session, and delete that session.

Thank you!

There is a menu item called Session management, which has this functionality

Thank you Andy, I’m sorry I should have mentioned that we are currently using that to manage our sessions manually. My goal is to somewhat automate this, either by deleting the oldest session once the limit on the number of sessions is reached, or by somehow notifying someone with access to it once the limit has been reached. Is there a table associated with Session Management that can be accessed through BPM?