0
Emerge created
- ABP Framework version: v7.4.2
- UI Type: Angular
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes (microservices)
- Exception message and full stack trace: to auto logout once the user had idle for 10 mins
- Steps to reproduce the issue: How can the system session timeout the user if the user is idle for 10 minutes?
I am seeking guidance on configuring the system to automatically log out users after 10 minutes of inactivity. Could you please provide detailed instructions or point me to the relevant documentation for implementing this idle session timeout feature?
1 Answer(s)
-
0
Hello,
please check https://github.com/abpframework/abp/blob/1863a619f172634b2eb4842f0c241c40a9642c91/docs/en/Modules/OpenIddict.md?plain=1#L425
you can add time as per your requirement.
Thanks,