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).
Thanks