On 19/01/14 04:51,
hus...@gmail.com wrote:
> We could fix this probably, by doing global persona logout in our system. But from what i read in persona's website this is not recommended.
I don't think it's currently possible to do that because in order to log
a user out of the fallback IdP (
login.persona.org), you need to POST a
CSRF token to
login.persona.org/wsapi/logout.
> So what is recommended then?
To work-around the fact that these users are sharing the same browser
and mixing their sessions together, I think the best option would be to
tell them to open a new private browsing / incognito window whenever
they want to use your site and then close it when they're done. That
will clear the cookies and the certificates in localstorage.
Francois