Forum Discussion
Rick_110395
Jan 11, 2012Nimbostratus
Pool Persistence while buiilding the page
I have an iRule that selects a pool based on the URI, but as the page is built subsequent requests do not match the initial condition directing it to the same pool. How do I get the conversation to s...
Rick_110395
Jan 12, 2012Nimbostratus
Try tried changing my iRule and just adding the prod-pool-5001 as the default pool, but got the same results
when HTTP_REQUEST {
set uri [HTTP::uri]
if { $uri contains "Test" } {
pool test-pool-5002
}
}
I am going to try an iRule like the one in other thread.
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