PHP program always prompts verification code input error solution _php instance

Source: Internet
Author: User

Today, when you put a set of programs on another server, you find that the login verification code in the background, regardless of whether the input is correct or not, always shows:

Validation code entered incorrectly

Then it started to debug.

Because the correct verification code results have been encrypted and saved in the session, all the verification code used for the input will be compared to the sessions, so as to determine whether the verification code input error!

Since it always shows: "The validation code input is wrong"

Indicates that there may be a problem saving to the result in the session. Then, the dump session, found the result is null ...

Workaround: Use Phpinfo to view session information, find the save path for the session, and then set the Write permission to it

Note: Remember to reboot Apache or IIS

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.