Search code examples
phpwordpresswordpress-login

Wordpress Your session has expired


In Wordpress wp-admin popup appears with message on:

"your session has expired. Please log in to continue where you left off."

Its happens when /wp-admin/admin-ajax.php trigger and response contains:

{"wp-auth-check":false,"server_time":1519366070}

After 15 to 30 seconds another call made /wp-admin/admin-ajax.php and response contains:

{"wp-auth-check":true,"server_time":1519366129} and popup disappears automatically.

We have installed WP Multisites.

It also logout us immediately after logout after login, some time it gives us 30 to 40 seconds to work and then redirects us to login page.

Does any one have any idea what could be the issue?


Solution

  • It looks something is wrong with your database. Please take your database back and try with fresh import. Hope this will solve your issue