Activities of "maliming"

hi

The abp update command will only help you upgrade the version of the package, I suggest you manually update the package and other breaking changes.

hi

public override void ConfigureServices(ServiceConfigurationContext context)
{
    Configure<TokenCleanupOptions>(options =>
    {
        options.CleanupPeriod = 60000; //Default: 3,600,000 ms, 1 hour
        options.MinimumAuthorizationLifespan = TimeSpan.FromMinutes(15);
        options.MinimumTokenLifespan = TimeSpan.FromMinutes(15);
    });
}

OK, I will test it asap. Thanks

hi

The changes only need to applied to Identity Server(AuthServer) project

We will solve the problem as soon as possible

It does not fix the problem when we logout and login again. After a few times the permissions get loaded again

Can you share a URL and username & password so I can reproduce the problem online?

liming.ma@volosoft.com

hi This is an app issue, we will fix the scroll issue in the next patch release.

hi

Can you share your project? liming.ma@volosoft.com

hi

When you directly or indirectly reference the AbpCachingStackExchangeRedisModule module, Redis is used by default.

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Caching.StackExchangeRedis/Volo/Abp/Caching/StackExchangeRedis/AbpCachingStackExchangeRedisModule.cs#L21

https://docs.abp.io/en/abp/latest/Redis-Cache#configuration

Showing 7891 to 7900 of 11543 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.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.