cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1098
Views
0
Helpful
0
Comments
Orf Gelbrich
Cisco Employee
Cisco Employee

Inter Node time outs

---------------------------

The timeout value in /opt/infra/inframgr/*properties

     systemTask.NodeHttpConnectivity.timeout=30

is responsible for the time out between primary node and the service nodes(s).  It has nothing to do with the UI timeout.

UI time outs

----------------

In the background of the UI, there are several processes to keep alive the connection between UI and the server.  So for that reason, the connection between UI to server may not be severed in the time configured by the time out.  BUT, if the  browser is closed  (to prevent the keep alive pings from taking place) the wait time configured will then take affect and if the UI session is established, the  session will need to log in again.

Session time out is set here:

Below config in conf/web.xml and/or webapps/cloupia/WEB-INF/web.xml

    <session-config>

        <session-timeout>30</session-timeout>

    </session-config>

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links