Forum Discussion

Ray_Hsieh's avatar
Ray_Hsieh
Icon for Nimbostratus rankNimbostratus
Oct 09, 2013

iRule updates TCP idle_timeout but sesstion reset by tcp profile

We have rule as following: when HTTP_REQUEST { if { [HTTP::uri] starts_with "/iap-cds" } { log local0. "original timeout: [IP::idle_timeout]" IP::idle_timeout 7200 log local0. "updated timeout...