Setting the session inactivity timeout
Setting a limit to the duration of a session for the user interface.
To put a limit to the length of an inactive user interface session,
you must set the Web Reports property InactivityTimeoutLength to
the amount of inactivity minutes after which the user interface session
expires. The default value ia 120 minutes. To insert a different value,
perform the following steps:
On Windows operating systems:
- Open a command prompt and run
Regedit. - In the Registry Editor window, under the
HKEY_LOCAL_MACHINE\Software\BigFix\Enterprise Server\BESReportskey (on 32-bit Windows operating systems) orHKEY_LOCAL_MACHINE\Software\Wow6432Node\BigFix\Enterprise Server\BESReports(on 64-bit Windows operating systems), create a REG_SZ keyword namedInactivityTimeoutLengthand set it to the maximum number of minutes of inactivity after which the user interface session expires. - Close the Registry Editor window and restart the
BES Web Report Serverservice to apply the newInactivityTimeoutLengthvalue.
On Linux operating systems:
- Open the
/var/opt/BESWebReportsServer/beswebreports.configconfiguration file. - Add the
InactivityTimeoutLengthproperty in the[Software\BigFix\Enterprise Server\BESReports]section as follows:
whereInactivityTimeoutLength = <max_timeout_minutes><max_timeout_minutes>is the maximum number of minutes of inactivity after which the user interface session expires.Note: The new value forInactivityTimeoutLengthis applied the next time you launch the Web Reports application.