Setting the Session Timeout

Applies To: Command Center and Web Console

By default, a session times out after 30 minutes. Use the following procedure to change the timeout settings for a session.

Procedure

  1. On the Web Server computer, change the session timeout settings in the Web Server database:

    From the command prompt, navigate to software_installation_directory/Base, use the qlogin command to log on to the CommCell, and then run the UpdateSettingValue qscript:

    qoperation execscript -dbn DM2 -c WebServerClientName -sn UpdateSettingValue -si 'SESSION_TIME_OUT' -si 'n'

    where:

    • WebServerClientName is the name of the Web Server client as it appears in the CommCell Console

    • n is the timeout value in minutes.

    For information on using QScripts on the command line, see Using QScripts on the Command Line.

  2. To the Web Console computer, add the SessionTimeout additional setting as shown in the following table.

    For instructions on adding the additional setting from the CommCell Console, see Add or Modify an Additional Setting.

    Property

    Value

    Name

    SessionTimeout

    Category

    WebConsole

    Type

    Integer

    Value

    Convert the session timeout value you set on the Web Server from minutes to seconds and enter the seconds.

  3. Restart the Tomcat services on the Web Console computer.

Accessing the Command Center

Loading...