I'd like to create an automatic user session timeout from forms after a certain period. I have successfully implemented the system_client_idle event in one of the forms; It is working as expected. Now my question is, we have 200+ forms. Do we need to implement this in every form? Because users could be on any form before they go idle.
Did anyone encounter this scenario?
Is there a better way to do it in a centralized configuration or through writing a centralized procedure?