Welcome Guest, Not a member yet? Register   Sign In
Reload Problem, user tend to submit data twice
#21

[eluser]Unknown[/eluser]
I agree with negligence. Simpler is better. I was having problems with cookies because the I was not doing a page reload. Using a header redirect sorted it for me.
#22

[eluser]Carlos G[/eluser]
so, wich is a good solution for the resend of the POST data when usin the F5, because the simple redirect it's not enough, i'm having problems where fool users are using the back button and F5, this is making weird data and users fools and unhappy with the reports Smile

So is there a good technique to avoid this simple situation??, the rails or asp users wath kind of technique are using???

Thanx in advance
#23

[eluser]Carlos G[/eluser]
the only way of avoid this problem that i have found is use the redirection and in my views always use:

Code:
< b o d y   o n l o a d =" [removed] h i s t o r y. g o ( 1 ) ; "  o n u n l o a d = " [removed] h i s t o r y . g o ( 1 ) ; " >

so, with this the backbutton behaviour is disabled and i can be sure that all is good :-)

Good Luck!




Theme © iAndrew 2016 - Forum software by © MyBB