Forum Discussion
Dirk_Laan_18877
Nimbostratus
May 06, 2008persistence migration from version 4.5 to 9
Hello,
I've a question about howto handle persistence on http_header in Bigip V9.
In version 4 we had a pool with session persistency based on http_header.
pool wsapps1 {
persist http_header("GAUSER")
persist_timeout 300
member 192.168.98.21:http
member 192.168.98.20:http
How do I configure this in version 9 ?
I know that I only can configure persistence on the virtual server.
Any help would be great.
Thanks,
Dirk
7 Replies
- Colin_Walker_12Historic F5 AccountA simple iRule could handle that no problem. You'd want something like:
when HTTP_REQUEST { persist uie [HTTP::header "GAUSER"] pool yourHTTPpool }
- Dirk_Laan_18877
Nimbostratus
Thanks Colin, - hoolio
Cirrostratus
Using the UIE command does not require you to have any persistence profile associated with the VIP. - Dirk_Laan_18877
Nimbostratus
Thanks Aaron, - hoolio
Cirrostratus
Hi Dirk,Without OneConnect enabled, the default LTM behaviour is to persist to the first server selected for the life of the connection.
- Dirk_Laan_18877
Nimbostratus
Hello Aaron, - flajugie_29844
Nimbostratus
Hi Dirk, Aaron
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