Jake Vanderwerf
2026-01-04 afdc1b396e3e88146006cd707a15b9da4843e1c2
inc/rest/routes/LoginRoutes.php
@@ -369,7 +369,7 @@
      // Log them in
      wp_set_current_user($user->ID);
      wp_set_auth_cookie($user->ID, true);
      if (session_status() === PHP_SESSION_ACTIVE) {
         session_regenerate_id(true);
      }