Forum Discussion
Joel_Newton
Cirrus
Oct 18, 2016iRule still executing for current browser session after being removed from virtual server
We're experiencing this behavior for a maintenance iRule that is frequently added to and removed from virtual servers. This primarily seems to occur when the same browser session is used. Starting a ...
Walter_Kacynski
Cirrostratus
Oct 18, 2016This is the behavior of iRule design as they are cached per TCP flow. This is why starting a new browser session "works" by creating a new TCP socket. To force this to clear out, you could use an
HTTP::respond Connection close in your iRule to create a new socket for every request. Depending on your traffic volume this could cause additional load due to the increased overhead of generating new socket connections.Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects