Go to main content

Oracle® SuperCluster M8 and SuperCluster M7 Security Guide

Exit Print View

Updated: June 2020
 
 

Configure the Administrative Interface Inactivity Timeout (HTTPS)

The ZFS storage appliance supports the ability to disconnect and log out administrative sessions that have been inactive for a predefined number of minutes. By default, the browser user interface (HTTPS) times out a session after 15 minutes.


Note -  No equivalent parameter enforces an inactivity timeout on the SSH command line interface of the ZFS storage appliance.

Use this procedure to set the inactivity timeout parameter to a custom value.

  1. Log in to the ZFS storage appliance.

    See Log into the ZFS Storage Appliance.

  2. View the current inactivity timeout parameter that is associated with the browser interface.
    hostname:> configuration preferences get session_timeout
    session_timeout = 15
    
  3. Configure the timeout parameter.

    The session_timeout value is specified in minutes (10 minutes in this example).

    hostname:> configuration preferences set session_timeout=10 
    session_timeout = 10
    
  4. Verify the timeout parameter by repeating Step 2.