• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Resolved Session expired in app ASP.NET CORE hosted in plesk.

jefffernando

New Pleskian
Hello to the whole community, I am new.

Plesk Obsidian 18.0.28.

I will try to communicate in the best possible way, my native speaking is Spanish, if something is not clear please let me know.

Currently I bought a web hosting, where it allows Unlimited Dedicated app pools.

The problem I am having is that the session of my user in your application closes every 5 minutes, and that is very little time.

I configured the section where it says windows authentication in 60 minutes and in my application too, I think this happens because the session is hosted in IIS POOL and due to inactivity it is recycled every 5 minutes (configured by default in shared windows hosting, no I can change it)

ASp.NET CONFIGURATION VIRTUAL DIRECTORY.jpg

Cookies are kept in my application's browser, but the session is lost, it requests to log in again, this is because when the application is hosted in the APP pool, it restarts and being in the volatile memory, the session is lost .
IIS APLICATION POOL.jpg
Try to publish the dotnet core application out of process (you shouldn't miss the session, you still get lost)

Search a lot of information on the web and I can't solve my problem, if someone had this problem, or some similar experience it would be very helpful.

Best regards,
 
Hello

We have the same problem and we couldn't solve it.

We tried it with plain iis, no problem.

I think the problem is related to plesk itself.
 
Back
Top