Searching for “WordPress Reauth” and the like all result in folks who are having problems with ReAuth=1
. What exactly is ReAuth?
Leave a Reply
You must be logged in to post a comment.
Searching for “WordPress Reauth” and the like all result in folks who are having problems with ReAuth=1
. What exactly is ReAuth?
You must be logged in to post a comment.
ReAuth=1
is required when your loginCookies
are no longer valid, WordPress will force validation for your browser.— Ryan via Trac 12142
To fix issues with this you can clear your cookies and change your Security Keys, or use
wp_set_auth_cookie
.Some reference:
http://digwp.com/2010/09/wordpress-security-keys/
http://codex.wordpress.org/Function_Reference/wp_set_auth_cookie