I just started using session management with openiddict, now everything looks ok. but when I enabled LogoutFromSameTypeDevices I find that all session has same Device on DB (AbpSessions) so I wonder why and how to control what value is passed to db. second question is it possible to make custom rule about it? for example if client is Web only 1 login allowed, if client is "Mobile" you can 5 or unlimited token etc. ?
abp version 9.2.0
Yes I enabled it. I shared my host module with link because its too long. https://justpaste.it/hvxmf
Hello,
We have recently upgraded our ABP modules from version 7.0.3 to 9.1.0, and we are looking to enable and utilize Session Management in our solution.
Our project currently references the following modules:
Volo.Abp.Identity.Pro.*
Volo.Abp.IdentityServer.*
After the upgrade, we confirmed that the AbpSessions table has been created successfully. However, we are seeing logs indicating that a SessionId is not found in the database (it means never saved). It's unclear why this is happening, and we would appreciate any guidance on this.
Could you please advise on what steps we should take to correctly enable and use the session management feature?
Thank you in advance for your support.