Forum Discussion
Thomas_Greco_11
Nimbostratus
Dec 20, 2005Persist Session to Node
I currently have a pool setup containing 3 nodes, which uses cookie (insert) persistence. This works with a VIP that uses a BigIp SSL Server-side cert. The LB method is Round Robin.
This is...
unRuleY_95363
Dec 28, 2005Historic F5 Account
Sounds like you want to use a combination of cookie persistence and direct node selection. So something as simple as this should do the trick:
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/csconsole" } {
use pool foo member 10.0.0.3:443
}
}
Assuming you have cookie persist on the virtual, then once the session goes to pool member 3, the persistence will be updated and locked onto that member for the remainder of the session.
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