Which typically consumes more memory: application state or session state?

 Posted by Virendradugar on 10/13/2009 | Category: ASP.NET Interview questions | Views: 4586
Answer:

Session state tends to use much more memory than application state, because copies of all variables are stored for each user.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response