I'm using HttpContext.Session in an Asp.Net MVC Core website.
How scalable is this? Is the data storage limitation based on the RAM of the server?
Thanks
I'm using HttpContext.Session in an Asp.Net MVC Core website.
How scalable is this? Is the data storage limitation based on the RAM of the server?
Thanks