Forums
(@borisbecker2)
11 years ago
I think I need to fix something on auth_wpbb.php
if (is_ssl() && force_ssl_login() && !force_ssl_admin() && ( 0 !== strpos($redirect_to, ‘https’) ) && ( 0 === strpos($redirect_to, ‘http’) )) { $secure_cookie = false; } else { $secure_cookie = ”; }