Exam 301b All QuestionsBrowse all questions from this exam
Question 94

An LTM Specialist is troubleshooting a problem on an eCommerce website. The user browses the online store using port 80, adding items to the shopping cart.

The user then clicks the "Checkout" button on the site, which redirects the user to port 443 for the checkout process. Suddenly, the user's shopping cart is shown as empty. The shopping cart data is stored in memory on the server, and the default source address persistence profile is used on both virtual servers.

What is the issue?

    Correct Answer: D

    The issue occurs because the port 80 and port 443 connections are balanced to different nodes. When the user switches from port 80 to port 443, the new connection may be routed to a different server, which does not have the shopping cart data stored in memory for that user's session. Ensuring that both the port 80 and port 443 connections are routed to the same server will retain the shopping cart data.

Discussion
GVKDOption: D

D - Correct