BrentPirolli

Results 2 comments of BrentPirolli

> I fixed it .. by adding the session_start in the functions.php > > ``` > function sess_start() { > if (!session_id()) > session_start(); > } > add_action('init','sess_start'); > ```...

We ended up redirecting all logins to use the main wp-login.php page directly instead. We also added the following to our theme's functions.php to replace the single line of text...