Actually I'm new to asp.net, I'm using 5 different session variables in one of my web applications I am My question: Is there any different performance? If yes, please tell the reason and what should I use instead of the session because 5-session variables are essentially necessary in my application .... Without that I
P> There should be no performance issues, as long as the object you are collecting is too large Or you have to scale a lot of users. ASP.net session is very efficient. It is a little bit on improving ASP.NET performance, but it is still relevant. Another good article.
Comments
Post a Comment