persistance
4 TopicsUse application session cookie value for stickiness/persistence
Dear DevCentral community, I have a requirement to be configured in some VIP's. The application owner needs persistence, and I have a Cookie Persistance created. The point is that the application owner would like to use the application cookie for the persistence, or if possible, to have the same value that the application cookie has in the F5 cookie. I tried many different methods, Cookie Insert, Cookie Rewrite... I also used the session config in the cookie profile and used the same name that the cookie's application, but I cannot have the value of that cookie in the F5 cookie.Another thing that I've tried is to not insert the cookie, but this is not working either. The load balancing method is round-robin and one connect is applied. I've checked a lot of posts and read some documentation but I didn't make it work Thanks as usual!488Views0likes1CommentPersistance problem
We have two APIs working behind F5. Our web app is working on F5 succesfully. Our problem is that we can't ensure persistance when clients send XML requests to load balancer. For example, When we send open session request we take session from API1. After that we send second request with taken sessionid, f5 is forwarding it API2. then it returns "session not found". My expactations is that when client take session from one node, F5 should forward all request same node until session closed or expired.267Views0likes4Comments