Forum Discussion

hlayson's avatar
hlayson
Icon for Nimbostratus rankNimbostratus
Jan 16, 2020

Remove cookie persistence for certain calls

We have an app and an api (service) for that app that go through same vip that has cookie persistence. The app goes through the browser and cleans up the cookie cache, but the api always keeps it. The only way to delete it is to recycle the service. How can I remove the cookie persistence from the api?

1 Reply

  • Hi hlayson,

    do you mean that the cookie is cleared within the browser using some JavaScript magics on Clientside ?

    and i assume that for the api, you cannot use the same trick, correct ?

    can you give more insights on your VS config that manage HTTP and API calls ? (perhaps same VS)

    a simple

    tmsh list ltm virtual <name_of_your_VS>

    and smae for the profiles attached to this vs (persistence profile) and irule attached to this VS.