facebook icon indicating copy to clipboard operation
facebook copied to clipboard

Logout/Login sequence results in invalid state

Open koehn opened this issue 4 years ago • 2 comments

I configured the web-based login and wanted to try it out. I logged out of my account (which left me connected to all the puppetted users) and entered login. I proceeded to authenticate to Facebook and got to the success page, but the ping command said I wasn't logged in. A subsequent login command said I was logged in, and a logout command said I wasn't logged in.

Screen Shot 2021-09-20 at 8 46 08 AM

I needed to delete records from the DB and then restart the bridge to resolve the issue. It looks as though some state is being kept in the bridge runtime that isn't being cleared at logout.

koehn avatar Sep 20 '21 14:09 koehn

For me after restarting the bridge then logging in, it works without deleting anything on the DB.

r1bnc avatar Sep 26 '21 03:09 r1bnc

What worked for me is to

  • restart bridge
  • log out
  • restart bridge
  • log in

Had to restart twice though, once didn't work

apmechev avatar May 07 '22 20:05 apmechev