Forum Discussion
Header persistence from client
This is the Cisco ACE configuration I've been attempting to replicate. While I can see the persistence record, I still get traffic with the same header go to a different server.
sticky http-header SessionID http-session-id serverfarm dp-serverfarm timeout 35
My current iRule:
when HTTP_RESPONSE { if { [HTTP::header exists SessionID] } { persist on the server persist add uie [HTTP::header value SessionID] } } when HTTP_REQUEST { if { [HTTP::header exists SessionID] } { Back to the server persist uie [HTTP::header value SessionID] } }
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
