Forum Discussion
Terry_Luedtke_1
Nimbostratus
Sep 08, 2009Persistence by pool rather than VIP?
Hi,
Is it possible to set persistence by pool rather than by VIP? For example, if we had an iRule like the following:
when HTTP_REQUEST {
switch [HTTP::path] { ...
hoolio
Cirrostratus
Sep 08, 2009Minor suggestions: if you want to use wildcards with switch, you need to use the -glob flag. And if it's an IIS based app, the objects aren't case sensitive. So you could set the path to lower case:
switch -glob [string tolower [HTTP::path]] {
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