Otvoriť Uzavreté

Reducing the Remember Me time #5231


User avatar
0
ed_developer2 vytvorené

Hello, I am trying to reduce duration for which website remembers a user. Currently its set for ever we want to limit it to 1 hour, how can we do it. We tried this approach but didn't work. We tried to configure the authentication cookie in our host module. context.Services.ConfigureApplicationCookie(options => { options.ExpireTimeSpan = TimeSpan.FromSeconds(120); // Set the expiration time to 5 minutes options.SlidingExpiration = false; }); Can you please help me with this.


Zatiaľ žiadna odpoveď!
Made with ❤️ on ABP v8.2.0-preview Updated on marca 25, 2024, 15:11