Persistent cookie in FORTIADC for a Content Routing
Our developers have implemented an "auto-save" feature to a web application. using a javaScript function, whenever there is a change in the value of the fields, we write the values to the Cookie. This works as expected when we connect to the website directly to either of the two individual weblogic bypassing the ADC. But when we go thru the ADC, is not working.We don't know the cause, but the condition is that the page keeps refreshing causing all the fields to get cleared. From the logs I see that the Request from the same session is going to a different server. Is there something to check to debug this behavior?
