Forum Discussion
Stefan_Klotz_85
Cirrus
Jun 23, 2015Dynamic Pool assignment with APM in 10.2.4
I know in v11 there is a dedicated element in VPE called "Pool Assignment", but how need this be configured in v10? Right now I'm using the iRule-Event and the corresponding iRule triggers correctly....
stan_piron
Cumulonimbus
Jun 24, 2015I added a test to check if session cookie exist. In version 11, "ACCESS::session data get" is valid in HTTP_REQUEST event. try with session variable between quotes:
when HTTP_REQUEST {
if {[HTTP::cookie exists MRHSession]}{
set varpool [ACCESS::session data get "session.custom.pool_name"]
if {$varpool eq ne ""} {
pool $varpool
}
}
}
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