mounirface3

Results 1 comments of mounirface3

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'); the problem was that the $_SESSION['aadsso_antiforgery-id'] was not being saved in...