Forum Discussion
Maintaining persistancy based on Unique transaction ID for 2 different URI
Hi Amith,
I think your iRule is missing the part when you add the persistence record. Example:
persist add uie [findstr [HTTP::uri] "urn:txnid:" 10 ";"]
Check here:
https://support.f5.com/csp/article/K7392
and here:
https://clouddocs.f5.com/api/irules/persist.html
With your iRule you are looking up a record that was never created.
Furthermore you can list existing persistence records and verify that your iRule works, see here:
https://clouddocs.f5.com/cli/tmsh-reference/v15/modules/ltm/ltm_persistence_persist-records.html
KR
Daniel
Thanks Daniel for response.
I am under impression persist add uie is to be used for http_response and we are not inspecting response of the server.
Am i going wrong in my understanding?
- Daniel_WolfJun 09, 2021MVP
You are right with your understanding, it must be inserted as part of the response.
Recent Discussions
Related Content
* 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