Open
Description
Rob Winch (Migrated from SEC-2225) said:
Right now concurrency control is tied to HttpSession. This means for authentication with a custom AuthenticationRegistry it does not work.
It also does not work with Http Basic. What does this mean though? Would we ever want to restrict the concurrent users with Http Basic? How would we know when it was a new user or an old user since we always authenticate?
We need to look into all the types of authentication and ensure concurrency control plays nicely with it. For example, remember me does not work with concurrency control SEC-2028