cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
834
Views
0
Helpful
2
Replies

CME GUI Idle Timeout

neilo
Level 1
Level 1

Hi,

Quick questions, does anyone know if it's possible to change the GUI idle timeout for CME?

Cheers

Neil

2 Replies 2

Karthik Sivaram
Level 4
Level 4

Try using the command ....

ip http timeout-policy idle life requests

Thanks,

Karthik

shalushar
Level 7
Level 7

Hi,

In addition to the above command please find the below information

There is a CLI for the HTTP timeout value, "ip http timeout-policy idle x life y request z

This is an Optional config, sets the characteristics that determine how long a connection to the HTTP server should remain open. The characteristics are:

 

idle-The maximum number of seconds the connection will be kept open if no data is received or response data can not be sent out on the connection.Note that a new value may not take effect on any already existing connections. If the

server is too busy or the limit on the life time or the number of requests is reached, the connection may be closed sooner. The default value is 180 seconds (3 minutes).

life-The maximum number of seconds the connection will be kept open, from the time the connection is established. Note that the new value may not take effect on any already existing connections. If the server is too busy or the limit on the idle time or the number of requests is reached, it may close the connection sooner. Also, since the server

will not close the connection while actively processing a request, the connection may remain open longer than the specified life time if processing is occurring when the life maximum is reached. In this case, the connection will be closed when processing finishes.

The default value is 180 seconds (3 minutes). The maximum value is 86400 seconds (24 hours).

requests-The maximum limit on the number of requests processed on a persistent connection before it is closed. Note that the new value may not take effect on any already existing connections. If the server is too busy or the limit on the idle time or the life time is reached, the connection may be closed before the maximum number of requests are processed.The default value is 1. The maximum value is 86400.

Tx,

Shalu