How to Extend ASP.NET Session Timeout in Plesk?
I’m currently hosting my ASP.NET Core application using Plesk, but I’m encountering an issue where the session times out after 20 minutes of inactivity, redirecting users to the login page. I would like to extend the session timeout so that users can remain logged in for a longer period.
I have already added the following code to my Program.cs
file, but it hasn’t resolved the issue: