
SarahB12
-
Posts
34 -
Joined
-
Last visited
Community Answers
-
SarahB12's post in WordPress sessions issue? was marked as the answer
Resolved the issue. Had to do with the wp_signon function: https://codex.wordpress.org/Function_Reference/wp_signon
Had to change:
//wp_signon( $login_data, false ); wp_signon( $login_data, true );