406. The session identifier is missing
-
I am using wordpress social login plugin and i am facing error (406. The session identifier missing). I have put Authorized JavaScript origins and Authorized redirect URIs as they have mention to do in plugin guidelines. I don’t know why i am getting this error. I have tried one way for solving this by install and activate this plugin: https://www.ads-software.com/plugins/wp-native-php-sessions/ and putting this code of line at the topic of wordpress-social-login/hybridauth/index.php
$parse_uri = explode( ‘wp-content’, $_SERVER[‘SCRIPT_FILENAME’] ); require_once( $parse_uri[0] . ‘wp-load.php’ );
But it’s still not working. Little help will be great.This is what it looks like: https://www.screencast.com/t/fh8YnlAf
Thank you.
- The topic ‘406. The session identifier is missing’ is closed to new replies.