Forum Discussion
acowell_1349
Nimbostratus
Sep 19, 2008How does persistence work in this case?
I have two pools, one with static content with no persistence requirement, and one with dynamic content which requires persistence.
The iRule I have in mind is something like this:
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/app/" } {
pool pool_dynamic
persist source_addr 255.255.240.0 360
} else {
pool pool_static
}
}
Once a client goes through the /app/ if statement and gets persistence applied on the dynamic pool, does that persistence now apply for the static pool as well?
- hoolio
Cirrostratus
If you don't have a persistence profile specified on the VIP, I don't think any persistence would be used unless specified in the rule. So no persistence should be used if the request doesn't match the /app/ clause.
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