Activities of "maliming"

Is it possible to limit the number of users logged in at the same time

You can check in the login endpoint.

Store login user info in Redis or database. Prohibit logins after reaching the limit, or limit previous logins. You can limit this by adding a special value to user claims.

hi

Can you try to upgrade to 5.2?

https://support.abp.io/QA/Questions/2767#answer-be6c3ca7-10e4-8b65-d89e-3a0310d3cb33

hi

Check your csproj files and remove references Volo.Abp.IdentityServer.xxx v5.1.4 using the ProjectReference

If a module is using virtual files, ReplaceEmbeddedByPhysical can be used.

If the files in this module do not change frequently, you can ignore it.

The physical-file-provider will get file changes in real time.

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/file-providers?view=aspnetcore-6.0#physical-file-provider

hi

The files are saved in the AbpBlobStoringBlobs table.

https://docs.abp.io/en/abp/latest/Blob-Storing https://docs.abp.io/en/commercial/latest/modules/file-management

hi

var cts = new CancellationTokenSource();
session = await _sessionRepository.GetAsync(Guid.Parse(sessionId), cancellationToken: cts.Token);

Glad to hear this

What problem/error are you having now?

There is no problem with multi-tenant design, you can try it.

I tested your two apps. They are not much different on my machine .

AbpPerformanceTest4:

AbpPerformanceTest5:

Showing 8311 to 8320 of 10592 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 05, 2025, 09:28