Forum Discussion
Helena_101649
Jun 26, 2012Nimbostratus
Cookie persistence profile and iRule question
Hello,
I have a Virtual Server with a default pool and a cookie persistence
profile, method Cookie insert. I have also an iRule for the Virtual
Server, which load balance to the default po...
Helena_101649
Jun 27, 2012Nimbostratus
Thanks. I will try with OneConnect profile. Anyway, I 've realised that persitencie will not resolve my issue. What I want is to avoid the iRule execution once a pool member has been selected. I mean, I don't want the iRule beening processed for every object in the web page, or every page within the same session. But even it persistence is set and working ok, the iRule still executing on every GET/POST, isn't it?
So, I think maybe a new condition looking fort he BIGip cookie at the beginning of the iRule will do the job:
when HTTP_REQUEST {
if {[HTTP::cookie exists "BIGipServer"]} {
return
}
}
¿Should that work?
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