Forum Discussion
Markie_Parkie
May 26, 2019Nimbostratus
Multiple Persistence Profiles & Timeouts / 1 VIP
Hi all, Firstly, whats happened to devcentral.. All my history did not merge over and most articles are 404 now :-( Has anyone had to figure out the following... 1 VIP, Multiple ser...
Oscar_Pucheta
May 31, 2019Cirrus
Hi Markie,
yes persistence can be set using an irule depending on the URL or host information. See two examples below
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
/myuri { persist source_addr }
}
}
when HTTP_REQUEST {
if { [HTTP::host] equals"www.xyz.com"} {
persist source_addr
}
}
Best Regards,
Oscar Pucheta
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