As has been pointed out before, the autologin / Remember me feature is not working in v3.4. The cookie gets saved, but apparently it never gets read. Looking through the source code, the forum/sys/CODOF/User/RememberMe.php page has a function called has_cookie() but there is no other code calling that function.
It would be great if this could be fixed because my users are complaining that they have to log in again every time. Thanks!
As has been pointed out before, the autologin / Remember me feature is not working in v3.4. The cookie gets saved, but apparently it never gets read. Looking through the source code, the `forum/sys/CODOF/User/RememberMe.php` page has a function called has_cookie() but there is no other code calling that function.
It would be great if this could be fixed because my users are complaining that they have to log in again every time. Thanks!