marvide
4 years agoAdept
Logging a user out not working
Hello,
I'm currently developing a solution to log out a user from the community sessions automatically. I followed the API Reference here: https://developer.khoros.com/khoroscommunitydevdocs/reference/authsignout
I am currently getting the correct response of the user being signed out of all sessions but when I go to the community forums with my test user I can still see the user logged in.
This is the json response that I am receiving:
{
"status":"success",
"message":"",
"data":
{
"signed_off_all_sessions":true,
"id":"#######"
}
}
Context: we do use a cookie for our users to log into the community site if they are logged into our site. But I have made sure to just be logged into the community site without said cookie when trying this call out.
Any help would be welcomed.