Hi! friends,
My site remember me is not working. user can't login automatically.
What is the file that generates cookies files in dolphin?
Please Please ................ help..................
Hi! friends, My site remember me is not working. user can't login automatically. What is the file that generates cookies files in dolphin? Please Please ................ help.................. so much to do.... |
Last time I checked this fixes it.
=============== Remember me fix in inc/profiles.inc around line 452 find function bx_login($iId, $bRememberMe = false) {
ADD THIS if ((bool)$_POST['rememberMe'] == true) { $bRememberMe = true; }; http://www.mytikibar.com |
Thank you for your help. Solved my biggest problem. I have no words.............. THANK YOU very much.................................:) so much to do.... |