Forum Discussion
nitass
Feb 24, 2012Employee
can you try something like this?
sol7392: Overview of universal persistence
http://support.f5.com/kb/en-us/solutions/public/7000/300/sol7392.html
e.g.
when HTTP_RESPONSE {
if { [HTTP::header exists "datacenter"] } {
persist add uie [HTTP::header "datacenter"]
}
}
when HTTP_REQUEST {
if { [HTTP::header exists "datacenter"] } {
persist uie [HTTP::header "datacenter"]
}
}