[#12103] FEU Management - Logout this user not working
History
Comments
Date: 2019-08-12 16:39
Posted By: Robert Campbell (calguy1000)
I fixed a couple of issues in the upcoming v3.1
Now please consider:
a: The FEU user list query is cached for up to an hour (or until data changes)
b: Users use auth tokens stored as cookies and for performance reasons the
validity of those tokens is not checked on each request. It could take up to 2
minutes before a token is revalidated and a user realizes he is 'logged out'.
Date: 2019-08-12 19:25
Posted By: Robert Campbell (calguy1000)
in 3.1.1 I removed the query cache from the admin side.
Though, I think this may be problematic for some clients. will have to
re-think about it.