Viewing 1 replies (of 1 total)
  • Hi,

    I had the same problem and hacked my way through it:

    Find wsl.authentication.php file and change the line at 960 from:

    wp_set_auth_cookie( $user_id );

    TO

    wp_set_auth_cookie( $user_id, true );

    Voila 🙂

Viewing 1 replies (of 1 total)

The topic ‘Remember Me function does not work with WordPress Social Login’ is closed to new replies.