Home > Backend Development > PHP Tutorial > 哪位高手用过ThinkPHP的表单令牌验证功能,有有关问题请问

哪位高手用过ThinkPHP的表单令牌验证功能,有有关问题请问

WBOY
Release: 2016-06-13 12:22:54
Original
1028 people have browsed it

谁用过ThinkPHP的表单令牌验证功能,有问题请教
ThinkPHP支持表单令牌验证功能,可以有效防止表单的重复提交等安全防护。

我表单提交后,我用$this->display(xxx.html)显示了一个新模板用来显示提交成功。
如果我不开启表单令牌验证功能,在这个页面上按F5就会重复提交表单。
可是我开启表单令牌验证功能,按F5之后,页面跳回来表单输入页面。
我怎么才能让表单停留在显示提交成功页面呢?

谢谢大神们指教
------解决思路----------------------
明白了,就好!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template