Home >Backend Development >PHP Tutorial >thinkphp3.2.3 verification code problem

thinkphp3.2.3 verification code problem

WBOY
WBOYOriginal
2016-09-03 00:14:101098browse

After thinkphp3.2.3 used its own method to generate the verification code md5, it was found through var_dump that it was inconsistent with the one in the session.

Reply content:

After thinkphp3.2.3 used its own method to generate the verification code md5, it was found through var_dump that it was inconsistent with the one in the session.

The reason for this problem may be that you instantiated Verify and then gave an id value when calling the entry method, but when calling the check method, the id value was not passed

Statement:
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