12-Apr-2022 03:31
Dear :
we have issue with cookie persistence not working if the server connect to inside LTM but if server connect to outside LTM cookie persistence working
client traffic From 1 to 10
Outside VS
Source Address Translation : Auto Map
inside VS with cookie persistence
Source Address Translation : Auto Map
no Cookie on client browser for persistence
Br
12-Apr-2022 07:21
Hi,
Could you show me the resource tab in the virtual server configuration? do you have cookie persistence configured? is a custom persistence profile?
12-Apr-2022 23:53
configured with default Cookie
13-Apr-2022 04:05
Hi,
Ok, so the next step is to create a new custom cookie profile for testing the different types of cookie persistence to fit them according to your application:
Using the HTTP Cookie Insert method, the information about the server to which the client connects is inserted in the HTTP header of the response from the server in the form of a cookie. By default, the cookie is named BIGipServer<pool_name> and includes the encoded address and port of the server handling the connection. The system sets the expiration date for the cookie based on the Expiration setting in the cookie persistence profile. HTTP Cookie Insert is the default value for the Cookie Method setting.
Using the HTTP Cookie Passive method is unlike the other cookie persistence methods. The BIG-IP system does not insert or search for blank Set-Cookie headers in the response from the server. This method does not try to set up the cookie. With this method, the server provides the cookie, formatted with the correct server information and timeout.
Using the HTTP Cookie Rewrite method, the BIG-IP system intercepts a Set-Cookie header, named BIGipCookie, sent from the server to the client, and overwrites the name and value of the cookie. The new cookie is named BIGipServer<pool_name> and it includes the address and port of the server handling the connection.
In the link below you can find the way to create the cookie persistence:
17-Apr-2022 05:03
Dear
i try but not working
18-Apr-2022 04:55
Hi,
I recommend you open a support case, if the behavior doesn´t change it could be a bug.
20-Apr-2022 00:51
on outside BIGIP, do not confiugure any persistence as pool member for it would be always the inside BIGIP VS. Configure cookie persistence with oneconnect profile (/32 mask) only in inside BIGIP. Test and let us know