Page Reloading Error

On reloading the page after right click the value gets populated twice in the model .How to prevent this??

use redirect function to force a new call…then you will not face this issue…

The problem is I have to redirect to the same page.

Do we have to unset the attributes,once it has been posted??

no you dont have to…

If you’re redirecting to the same page, use $this->refresh() instead of $this->redirect() in the controller.

I tried but of no help.Do,we have some other method?

Is it to do something with cookies or sessions??