IBM Security Access Manager V9.0 Deployment — Question 44
A stateful junction /WebApp is added to a Web reverse proxy instance with two backend HTTP servers. When one of the backend server stops responding to the requests, the users are getting the "Third Party Not Responding" error message even though one of the backend server continues to respond.
Which parameter needs to be added to the configuration file so that "Third Party Not Responding" error page is not rendered and the user is connected to the backend server that is responding?
Answer options
- A. Use-same-session = yes
- B. Use-new-stateful-on-error=yes
- C. Failover-include-session-id= yes
- D. Enable-failover-cookie-for-domain = yes
Correct answer: B
Explanation
The correct answer is B, as it allows the system to create a new stateful session when an error occurs, facilitating the connection to the responding backend server. The other options do not address the error handling in a way that allows for seamless failover to the operational server.