B4J Question [ABMaterial] Different Users has same session!

Mr_fifty4

Member
Licensed User
Longtime User
After a long time, I went back to using this framework for a small app. I started with the mini template version 5.15, adding what I needed. I enabled login with the "server.NeedsAuthorization" property, managing about ten users with different passwords. Everything works but if one user is already logged in, the second user is not asked to login and enters the first user's session. I'm probably doing something wrong but I don't know what to check. Each user probably needs to open a different session but I don't know how to do that.
thanks.
 
Top