Closed
Description
Preconditions
- Magento version 2.2.2
- Have all caching functions enabled (especially FPC cache)
- In the config.php disable the Magento_Persistent module, set it to 0.
Steps to reproduce
- Go to a category page and a product detail page. Add the product to the cart.
- Go back to another product detail page and add that product to the cart as well.
- Only the last product added to the cart is in the cart, the first product has been removed from the cart.
Expected result
- Both products should be in the cart
Actual result
- Only the last added product is in the cart.
- Another session_id is created, the previous session_id is not in your cookies anymore
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.2 release lineGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release