How do I adjust the logout, or expiration time, for the web GUI?

Step-by-step guide

For Open-AudIT Community:

  1. Edit /usr/local/open-audit/code_igniter/config/config.php, Line 252. See
    $config['sess_expiration']        = 7200;
  2. Adjust the Session Expiration, expressed in seconds, to your new value
  3. To turn off logout set this to: $config['sess_expiration']        = 0;
  4. Save your file.
  5. Restart the omkd daemon and apache to load the new settings

For Open-AudIT Professional/Enterprise:

  1. Edit /usr/local/omk/conf/opCommon.nmis
  2. Search for auth_expire_seconds
  3. Adjust the auth_expire_seconds to your new value
  4. Save your file.
  5. Restart the omkd daemon and apache to load the new settings

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.