I have a problem when using jmix.core.session.maximum-sessions-per-user=1. When I log an user in session A successfully, then I log the same user in using session B. Session B show logs that log in successfully, init MainView but immediately redirect to the LoginView, and the session A still be logged out, so both browsers are not logged in, meaning there is no session available for that user. Therefore, I can re-log in at any browser. So my question is how could I log in successfully the new session and log the old session out?
I’m using jmix version 2.6.2. Please help me with this! Thank you guys so much!
Please help Jmix team and community members to answer your questions:
Provide your Jmix framework and Studio versions. Use Welcome screen in Studio to copy versions.
If possible, attach a zip-archive with a sample project or provide a link to a GitHub repository with a minimal, reproducible example. Use Gradle → Zip Project action in Jmix tool window to make an archive.
Format source code in your posts by wrapping it in triple backquotes (```).