Cross-site request forgery validation failed. Required param state missing from persistent data

132

Cross-site request forgery validation failed. Required param "state" missing from persistent data -

//At the top of both scripts (Facebook and login_page.php) add the follow:
if(!session_id()) {
    session_start();
}

Comments

Submit
0 Comments