cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
850
Views
0
Helpful
4
Replies

Inactive session timeout of CSS11000

fpulice
Level 1
Level 1

I have a customer is using CSS11000 to load balancing between two web servers. The CSS is one arm configuration, however if the user connect to the web server through the CSS after 30min the connection timeout. Is there the way to increase the timeout of session or inactive timeout ?

Please advise, Thank you very much

4 Replies 4

d.parks
Level 1
Level 1

You can use "flow permanent" to disable the timeout on a per-tcp/udp port basis.

http://www.cisco.com/univercd/cc/td/doc/product/webscale/css/css_710/cmdrefgd/cmdglobc.htm#xtocid67

The 11050's can do configurable timeouts using "flow {portX} timeout {port#} {timeout}" For whatever reason, this command isn't available on the 11500's, (at least not in 7.10) strange...

For the 11500, the command is different :

flow-port-multiplier

This is a per content rule command.

The idea is to multiply the default timer by a certain value.

Gilles.

Thank you very much

Did you know the value of default timer set ?

for TCP connection it is 15 seconds.

Gilles.