forced logout

Hello,
I need to automatically logout the user and log out after a certain amount of inactivity. Where in phpmaker can I do this?
Grateful

Logout is normally done by session timeout, you do not need to manage it yourself. You cannot force log out the user (unless you keep track of the users’ session IDs).

You may try: https://discourse.hkvstore.com/t/which-file-contain-the-user-level-rights/5988/2

Thanks