9.3.2.11. set session-timeout

A - Introduction

The `session-timeout` command of the `set` sub-group enables configuring the time of inactivity before logging out of a user session.

Below are the configuration options:

  • The default value is `5min`

  • The value `0` enables deactivating the automatic disconnection

  • The maximum value is `1440min`

Modifying this configuration is possible at any time. It has no impact on the overall operation of the GCap.


B - Prerequisites

  • User: setup

  • Dependencies: N/A


C - Command

`set session-timeout MINUTES`


D - Procedure to change the default value for automatic log out via the user setup

The command prompt is displayed.

(gcap-cli)
  1. To change the default value for automatic log out via the user setup:

    1. Enter the command

      set session-timeout 1200
      
    2. Validate
      The system displays the result
      Setting session timeout to 1200 mins
      Session timeout successfully changed.
      
  2. To check the value modification:

    1. Enter the command

      show session-timeout
      
    2. Validate
      The system displays the current session-timeout value
      Current session timeout is 1200 mins