Priority Group Activation Failback with HTTP Cookie Insert
Hello All,
Can someone help me the below issue?
We have a pool with 3 members. 2 members have high priority (Round Robin) and 1 member has low priority.
When both the primary members go down, the low priority member should take over the traffic.
We have Cookie Insert persistence enabled on the virtual server. In Cookie persistence, "Expiration: Session Cookie" enabled.
When both the primary members were made down, the low priority member took over the traffic.
When both the primary members came back UP, the traffic continued to go to low priority backend member.
When the browser tab is closed and tried to access the URL in new tab, the traffic went to low priority backend member.
When the browser window is closed and tried to access the URL in new tab, the traffic still went to low priority backend member.
When the browser cookies were deleted and tried to access the URL in new tab, the traffic was taken over by the high priority members.
This behavior is not desired and we need to force the LB to use high priority backend members as soon as they come UP.
When user tries the connection from new browser or new tab, the traffic should go to high priority pool members.
Please let me know how i can achieve the desired behavior.
Regards