F5 Application Delivery Fundamentals — Question 117
Which cookie persistence method requires the fewest configuration changes on the web servers to be implemented correctly?
Answer options
- A. insert
- B. rewrite
- C. passive
- D. session
Correct answer: A
Explanation
The 'insert' method is designed to minimize configuration changes, making it easier to implement. In contrast, 'rewrite' often involves more complex adjustments, while 'passive' and 'session' methods typically require additional settings for effective operation.