How can I test the login for an expired session?
I’ve discovered the following stuff. This kind of login is called internally Interim. It works thanks to the continuous polling offered by the Heartbeat API. The prefix of the expired session functionality is wp-auth-check and the important bit for me was a little script at /wp-includes/js/wp-auth-check.js. When the auth check request is sent to the … Read more