Issue with log in by Facebook

Hello all

I have an issue with my site, When the user logs into the site using Facebook and then closes the browser, then opens the browser again and enters the site, the site asks him to log in again.

Is there a solution to this problem so that the user remains logged in permanently until the user logs out.

Note that this problem does not exist when the user logs in with e-mail and password

Thanks in advance

@Alex T⚜️ @LeonidS @Mark Purser @Andrey Yasko

  • 945
  • More
Replies (3)
  • This behaviour can be changed in the following code in modules/boonex/facebook_connect/classes/BxFaceBookConnectModule.php file:

    function setLogged($iProfileId, $sCallbackUrl = '', $bRedirect = true, $bRememberMe = false)
    

    just change last parameter to true

    Login or Join to comment.