Configure session timeout (optional)

By default, a user session times out after 20 minutes of inactivity. To change this setting:

  1. Open the plan.xml file, which is contained in the software directory on the WebLogic Server, in a text editor.
  2. Locate the following code:
    <variable>
          <name>SessionTimeout</name>
          <value>20</value>
    </variable>
    
  3. Change the value to the number of minutes you want to use as a timeout value.

    Note:

    The plan.xml file is replaced for each middle tier DMW patch. You need to repeat this procedure after each patch installation.

  4. Redeploy the DMW middle tier, following instructions in the patch release notes or installation guide.
  5. Restart the WebLogic Server.