Sticky Session-APIGEE

dilip
New Member

Dear All,

Issue: APIGEE is calling our Client application using different IP’s during the same session, So that Request Getting Failed at target.

Question: Is there any way to maintain a Sticky Session in APIGEE, so that target will get a Request from same IP.

@Anil Sagar @Dino


Thanks

0 1 620
1 REPLY 1

It's not possible to do IP based sticky sessions, but if you can configure your load balancer to be sticky based on something other than IP (most load balancers can support header-based stickyness) then you should be able to make it work.