How to adjust the timeout setting for the Omni Governance Console


Technique

Product: iWay/OMNI
Release: 3.8.3
Primary OS: All Platforms
Solution Date:

Problem

How to adjust the timeout setting for the Omni Governance Console.

Solution

Use the following to adjust the timeout setting for the Omni Governance Console:

omnigen/OmniGovConsole/conf/web.xml:
<session-config>
        <session-timeout>15</session-timeout>
        <cookie-config>
                <name>OGCSESSIONID</name>
                </cookie-config>
    </session-config>