Set an idle session timeout for passive or managed sessions to automatically stop the client sessions that are connected but have been idle for a long time.
-
From unityadmin, do one of the following to stop an idle session automatically:
Session Type Command Example For passive sessions unityadmin> config update PassiveSessionIdleTimeout 1200 reason 'Idle Session timeout'; Requested config added/updated successfully. Config changes will be applied dynamically.
For managed sessions unityadmin> config update ManagedSessionIdleTimeout 1200 reason 'Idle Session timeout'; Requested config added/updated successfully. Config changes will be applied dynamically. unityadmin>
- Set the value to 0 to disable these timeouts.