Setting session inactivity timeout values for application servers in OpenPages

You can set session inactivity timeout values for OpenPages application servers.

Procedure

  1. Log in to your Red Hat® OpenShift® cluster as an instance administrator:
    oc login OpenShift_URL:port
  2. Change to the project where OpenPages is installed:
    oc project ${PROJECT_CPD_INST_OPERANDS}
  3. If you use multiple replicas for the application server, scale down to a single replica.
    oc scale --replicas=1 sts/openpages-<instance_name>-sts

    To find the name of the instance, run oc get sts and look for a name that starts with openpages-.

    For example, openpages-instance_name-sts
  4. Go to the overrides directory.
    /opt/ibm/wlp/usr/servers/defaultServer/configDropins/overrides
  5. In a text editor, open the op-apps.xml file and look for the following line:
    <httpSession cookieSecure="true" invalidationTimeout="90m"/>
  6. Set the invalidationTimeout parameter to the value in minutes. Save and close the file.
  7. Do steps 5 and 6 in Configuring OpenPages.