Discuz! Shortly after the release of the x3 forum, it was normal to log on to the administrator many times. I recently found that I opened the administrator's background and did not respond to n consecutive logins. The homepage of the forum shows that you have logged on to the forum, but the administrator cannot log on to the background, and no logon prompt is displayed at the background of the Forum. I have encountered similar problems before, but I still think that many people are the same
Discuz! Shortly after the release of the x3 forum, it was normal to log on to the administrator many times. I recently found that I opened the administrator's background and did not respond to n consecutive logins. The homepage of the forum shows that you have logged on to the forum, but the administrator cannot log on to the background, and no logon prompt is displayed at the background of the Forum.
I encountered a similar problem before. I thought that the problem of multiple users logging on with one account at the same time was not detailed.
In the past two days, I found that the administrator had been logging on to the backend, but it was full of fire. Hateful discuz! The user experience of the x3 Forum is too bad, and there is no prompt for unsuccessful logon. I can't stand it anymore. I changed the administrator password and logged on to the administrator's background again. After multiple logon failures, you can find a solution.
The final solution is: find discuz! In the/config/config_global.php file under the x3 Forum program, set the value of $ _ config ['admincp'] ['checkip'] in the file to 0!
Problem Analysis: discuz! The browser logon method of the x3 Forum is cookie logon, and the administrator background logon method is session logon.
Possible cause 1: When someone uses an administrator account to log on to the background, your logon will automatically exit.
Possible cause 2: When your computer's ip address is often changed automatically, the session will also be lost, and of course it will jump back to the login background.
These should all be discuz! The main reason why the x3 background cannot be logged on is that the session is lost. we recommend that you discuz! The x3 Forum background management is also implemented using cookies, so that we do not need to re-enter the password every time we log on to the admin background.