Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When for example a customer adds an item to the cart I set the address through Jquery Address to /cart/23432 (productid). After the item has been added to the cart and the cart details have been shown, i want to change the url to /cart/. In that way when the customer refreshes the page, the product is not added again. However, now there will be two history entries

 1. /cart/23432
 2. /cart/

When i change the address to /cart/, how do i delete the previous entry (/cart/23432)?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.