Currently, I am implementing a partial update feature on the page using Ajax for a shopping cart. The cart updates in real-time as users add items to it. However, there is an issue when users navigate to the checkout page and then click the back button - the shopping cart appears empty since it was updated with Ajax. The items reappear only upon refreshing the page.
Is there a method to prompt the page to update when the user clicks the back button?