For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Willy's avatar
Willy
Icon for Nimbostratus rankNimbostratus
Aug 22, 2017

universal persistence, irules & persist uie command

I am still a bit confused on using universal persistence and the persist command. The big question is :"Can the command persist [add] uie be used in a standard iRule, or does the iRule in which the commands are used, needs to be connected to a universal persistence profile in which the iRule is connected?

 

1 Reply

  • Hi,

    persist uie
    /
    persist add uie
    can be used on a standard irule or by a Universal persistence profile.

    • persist uie
      • is used in client side event (ex : HTTP_REQUEST)
      • read persistence record to select pool member if record exists
      • create a persistence record after member is selected
    • persist add uie
      • is used in server side event (ex : HTTP_RESPONSE)
      • create a persistence record based on server response