Forum Discussion

Abed_AL-R_26070's avatar
Abed_AL-R_26070
Icon for Nimbostratus rankNimbostratus
Jun 03, 2018

cookie persistence and source addr fallback

Hello

 

I have two questions :

 

1- If I configure virtual server with cookie persistence and no fallback option , what will happen if client try to reach my servers but he's blocking cookies in his browser ?

 

2- If I configure virtual server with cookie persistence and source addr fallback option , what will happen if client try to reach my servers and he's blocking cookies in his browser ?

 

  • Hi

     

    1- If I configure virtual server with cookie persistence and no fallback option , what will happen if client try to reach my servers but he's blocking cookies in his browser ?

     

    So in this case Persistence will not work. And user request will be Load-Balancing on different node based on LB configuration for each request...

     

    2- If I configure virtual server with cookie persistence and source addr fallback option , what will happen if client try to reach my servers and he's blocking cookies in his browser ?

     

    When you set a fallback persistence (source addr) you have to know that even your cookie persistence is working. f5 still builds a lookup table by IP source in case of problems with the initial persistence (cookie). it does not wait for cookie persistence to be faulty to enable persistence by source addr.

     

    So in this case (cookies blocked in browser) user will be Load-Balanc using source addr persistence...

     

    Let me now if you need more details.

     

    Regards