0

I am trying to create something like shopping chart. The user adds products to his/her cart but if it click refresh button on the browser, the last product ,that is added before, is added one more time. How can I solve this problem ?

Thanks in advance,

Barış Velioğlu
  • 5,709
  • 15
  • 59
  • 105
  • Very similar question here [http://stackoverflow.com/questions/1437273/how-to-stop-unwanted-postback](http://stackoverflow.com/questions/1437273/how-to-stop-unwanted-postback) – Tim B James May 25 '11 at 15:58

1 Answers1

0

You're looking for the POST-Redirect-GET pattern.

SLaks
  • 868,454
  • 176
  • 1,908
  • 1,964