0
Vishnuvardhan created
- ABP Framework version: v7.0.0
- UI Type: MVC
- Database System: EF Core (SQL Server)
- Tiered (for MVC): yes
- Issue: For version 8 concurrent login is given inbuilt to manage but version7.0.0 it is not there. How should i do?
5 Answer(s)
-
0
Hi,
You need to upgrade your ABP version
-
0
Hi, I have deployed the application at a client location. So i wont think i can update the ABP version right now.
All i need is, user should not login to multiple sessions at a any point of time. Can you help me, how can i achieve it without version upgrade.
-
0
Hi,
We have an example: https://github.com/abpframework/abp-samples/tree/master/ConcurrentLogin
-
0
Hi,
I have tried that sample but, it is in Asp.Net Zero so i didn't understand properly. Could you provide the steps that how to implement.
-
0