Cleaning up anonymous users

2
When we remove anonymous users by deleting them from the system.users, is the current session of the user also automatically deleted? And what about the license, is this user counted in the concurrent user count?
asked
1 answers
0

No delete behavior is set in the model from user to session. Maybe this delete is done in the internal logic of Mendix. So why don't you delete the session of the anonymous user first?

answered