1. From the fact that some users do not have this situation, it can be judged that the problem is probably in the server environment rather than the program.
In Description 3.1, it was said that the verification method of 3.1 is based on cookies. Since 3.01 can log in but 3.1 cannot, then the problem is probably on it.
3. The local browser cookies are set correctly, so it is obvious that the cookies are set in it~
Solution: Search session.cookie_path = this paragraph, comment out or change it to session.cookie_path = /
Restart IIS to make the new php settings take effect, the problem is solved, it’s that simple!
In Description 3.1, it was said that the verification method of 3.1 is based on cookies. Since 3.01 can log in but 3.1 cannot, then the problem is probably on it.
3. The local browser cookies are set correctly, so it is obvious that the cookies are set in it~
Solution: Search session.cookie_path = this paragraph, comment out or change it to session.cookie_path = /
Restart IIS to make the new php settings take effect, the problem is solved, it’s that simple!