Close Clients when Clients Timeout?

Is it currently possible to have the clients closeout when they timeout?

EDIT: Timeout as in a connection timeout for server-client communication.

What do you mean by timeout? You can check for client inactivity and log out the user or close the client when that reaches a certain value.

Timeout as in a connection timeout for server-client communication.

If comms fail between an Ignition client and server the screen will show error overlays, then recover automatically when comms is re-established. I reckon users would find it much more annoying if the client suddenly closes when comms were lost…

Do you have a specific use case you can share?