Persistent 404 redirection after WordPress admin session expiry
-
Hi,
I would like to report a bug that occurs when the WordPress admin session expires.Let’s assume you are in the WordPress admin panel, on any page (for example, on the post creation screen or the installed plugins page). If you manually refresh the page and your WordPress admin session just expired, you will be redirected to the 404 page. At this point, you can log back into the admin panel using your credentials. However, if you return to the page you refreshed earlier, you will be redirected to the 404 page again, even though you are still logged in.
To temporarily resolve this issue, I need to add a random parameter (for example,
&test=1) to the URL to view the page again. After some time (possibly two hours or a little more), I can access that page without being redirected to the 404 page and without needing to add the additional random parameter.It’s important to note that I use the latest version available (1.9.17.1). In addition, I tried to resolve the issue without adding any random parameter. For example, I cleared the cache and logged out again, but this did not solve the problem.
The topic ‘Persistent 404 redirection after WordPress admin session expiry’ is closed to new replies.