jmix-framework / jmix

Jmix framework
https://www.jmix.io
Apache License 2.0
560 stars 122 forks source link

Session attributes are only available for current user session #477

Open alexbudarov opened 3 years ago

alexbudarov commented 3 years ago

Current "user sessions" implementation doesn't provide the same amount of functionality like CUBA had.

In CUBA you could read attributes of other sessions. Example use cases:

In Jmix currently you only can read current user session's attributes (with SessionData bean, takes them directly from HttpSession). The UserSessions bean provides list of all sessions but only with limited amount of parameters, no access to attributes.

alexbudarov commented 3 years ago

Relates to Haulmont/jmix-audit#12