Jul 05, 2021 10:39 am
Hi!
After authorization, the login cookie is not saved for 2 weeks. The problem is related to the function.
I did a search and found the problem.
On the page wpdiscuz/forms/wpdFormAttr/Login/SocialLogin.php you need to replace line 1435. The old value of wp_set_auth_cookie($userID); and the new value of wp_set_auth_cookie($userID, 1);
1 Reply
Jul 06, 2021 10:47 am
Thank you juura,
We'll add it in the next version.