Hello, could you please provide short description on how automatic user logout after 15 mins should be implemented?
How do we track user activity/clicks on multiple tabs?
Thanks in advance!
Automatic user logout after inactivity
Monday, November 25, 2024 6:54:48 PM
Hello Povilas,
You can use the appsettings.json file, and set the CookieAuthExpires to 1 hour. However, 1 hour is the lowest possible, default time. If you need shorter time, you would need to customize the solution. Please check it here.
You can use the appsettings.json file, and set the CookieAuthExpires to 1 hour. However, 1 hour is the lowest possible, default time. If you need shorter time, you would need to customize the solution. Please check it here.
Best regards,
Patryk
GrandNode Team
Patryk
GrandNode Team
0