Forum Discussion

VFB's avatar
VFB
Icon for Cirrus rankCirrus
Jan 22, 2018

Header persistence from client

I'm working on an iRule to look at the POST header from a client to look at "jsessionid" and add a 10 minute persistence timer. I created the universal profile and the iRule, but the F5 is only sending data to 1 server.

 

*when HTTP_REQUEST { if {[HTTP::header exists "jsessionid"]} { persist uie {persist_600}} *

 

16 Replies