Friday, 12 April 2024 09:13

How to setup session in asp.net core mvc

Written by
Rate this item
(0 votes)

By default, ASP.NET Core session data is stored in-memory within the same process as your application. However, this is not suitable for production scenarios, especially if you're running your application in a distributed environment or if you need to handle large volumes of data.


Latest discussions

  • No posts to display.