Forum Replies Created

Viewing 1 replies (of 1 total)
  • Devon

    (@devowhippit)

    Hi Ayesh, running into the same issue but with a non multi-site install. I tried clearing all cookies and disabling the WPS Hide Login plugin which changes the login url. I don’t think we have any other plugins that could be incompatible…

    The following cookie headers are sent (bracketed strings are variables);

    Set-Cookie: wordpress_{HASH}={USERNAME}{HASH};expires=Thu, 01-Jan-1970 00:00:00 GMT;Max-Age=0;path=%2Fwp-content%2Fplugins;domain=;httponly;SameSite=Lax
    Set-Cookie: wordpress_{HASH}={USERNAME}{HASH};expires=Thu, 01-Jan-1970 00:00:00 GMT;Max-Age=0;path=%2Fwp-admin;domain=;httponly;SameSite=Lax
    Set-Cookie: wordpress_logged_in_{HASH}={USERNAME}{HASH};expires=Thu, 01-Jan-1970 00:00:00 GMT;Max-Age=0;path=%2F;domain=;httponly;SameSite=Lax

    Then the response sends back the redirect authentication loop.

    • This reply was modified 6 years, 7 months ago by Devon.
Viewing 1 replies (of 1 total)