문제

Hello everyone dose anyone know any tutorials that explain how to using sessions to prevent re-inserting data or some other form of method in a form. And if u have any suggestions in how to do this do not hesitate to post your ideas tnx in advance.

도움이 되었습니까?

해결책

There is a design pattern, called the PRG Pattern designed solely to avoid the re-submission of data. Basically, the idea is, when the user has submitted their content, the page is redirected, meaning there is no chance of a re-submission.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top