You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$nn_sql = "SELECT users.nickname, users.user_id from users, users_certificate WHERE users.user_id = users_certificate.user_id AND users_certificate.id ='$session_id'";