I have a shopping cart on my client's website, we cache the category and product pages and add items to the cart via AJAX - and the items in the cart are held in the session. Using Chrome's Web Inspector I can see that the php session seems to change from page to page. When I disable the Quick Cache plugin the session is held across page loads correctly.
Any idea what's going on or how I might be able to fix it?
Thanks!