thinkphp3.2.3 verification code problem

WBOY
Release: 2016-09-03 00:14:10
Original
1018 people have browsed it

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

Related labels:
php
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!