I've discovered on my Woocommerce site, on WordOps, the session data is crossing between users.
For example, if I add products to my cart on one browser (using private window), and then I go to another browser ... it will initially show on that second browser no items in the cart. But if I add an item in the cart, then view the cart, it will have the items from previous browser's session. It will also have the custom address pre-entered in the checkout, if I had entered that on the previous browser.
It would seem that cookies are being cached.
Any suggestions on how to resolve this?