We have a requirement to have the Operator Console auto-logout (session timeout) after 15 minutes. Need best method for having a 15 minute logout in OC.
Release : 20.4
Component : UIM OPERATOR CONSOLE - WASP & CORE
We also need to configure the Tomcat Session timeout in web.xml file
1. On the Operator-Console server(s), open {UIMInstallFolder}\probes\service\wasp\webapps\operatorconsole_portlet\WEB-INF\web.xml file in any text editor.
2. Add session-config section (highlighted below) under web-app tag.
<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="WebApp_ID" version="2.4" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<!-- EXISTING SECTIONS -->
<session-config>
<session-timeout>1440</session-timeout>
</session-config>
</web-app>
3. Save and close the file. Restart wasp probe.
As of UIM 20.4, this keep-alive parameter does not carry onto other pages when links are clicked. If you would like to have this functionality implemented, please vote on this idea:
https://community.broadcom.com/idea/operator-console-url-and-the-keep-alivetrue-parameter