Increase the Session Timeout

Hello,
I have searched the forums to find a way to increase session timeout, but only found Angular-related solutions (like this one).
I am using the default Asp.net core identity and want to increase the session time as it is currently short and forces my clients to make multiple logins daily.
Thank you

Maybe this thread can help you:

Thank you for your quick response,
As suggested in the answers on that page, I have increased the (Idle Time-out) in the application pool from 20 minutes (the default) to a few hours. I will monitor my App to see if that solved the issue.