08-08-2005 04:36 AM - edited 02-21-2020 12:19 AM
Hi
I am trying to solve an issue where an inactive session times out after an hour. I am assuming that the inactive session is timing out due to the fact that the "conn" timer on the FWSM defaults to one hour.
I see in the documentation that you can set the "conn" timer to 0:0:0 to never time out a connection. Obviously this is a global command and would apply to all connections across the FWSM so I´m wondering if this is going to cause me problems such as high resource utilisation. I am assuming that as this timer only applies to idle connections and therefore connections that have been torn down with a FIN will be removed from the list of connections.
If anyone can offer any thoughts on this or recommendations, Id appreciate it.
08-12-2005 11:51 AM
There are two options in the timeout command, absolute and idle timeouts. if you configure the absolute to 0:0:0, then it will not have any effect on the relative and it will not get you timed out.
08-12-2005 03:27 PM
Since you are specifically looking at the idle (connection)timeout issue, the absolute timeout really does not matter. I had a similar issue with mainframe access, and ended up setting the idle timer to 12 hours.
"timout conn 12:00:00"
I also set the xlate timeout to the same value, so it would not affect the existing connections.
You may wish to experiment with different values, but usually, if it is set to longer than a normal person's work day, they should have no more problems.
08-13-2005 01:12 AM
Thanks to you both (umedryk and rsmith) for your replies. We have discovered that the mainframe session does send keepalives but only once every 2 hours and as the default conn timeout was 1 hour we were loosing the connection. Raising the conn timeout to 3 hours (the same as the xlate default) seems to have solved the problem.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide