difference between caching objects in session objects?

Answers were Sorted based on User's Feedback



difference between caching objects in session objects?..

Answer / dhananjeyan

1. Sessions may not improve performance whereas Cache will
improve site performance.

2. Sessions may change from user to user whereas a single
Cache will be maintained for the entire application.

3. Cache wont maintain any state, whereas Sessions will
maintain separate state for every user.


I hope it would help.

Is This Answer Correct ?    11 Yes 2 No

difference between caching objects in session objects?..

Answer / shaily

session object creates for each user indivisually but 1
cach object for one application.

Is This Answer Correct ?    8 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

What is a server farm in iis?

0 Answers  


Hi, I am working in a small software company in asp.net platform. I need to know how and what are all the task in asp.net will be assigned for the developers in mnc companies. Thanks in advance.

1 Answers  


How to do state management in ASP.NET?

0 Answers   BirlaSoft,


How does SQL Server session state works

1 Answers   Emphasis,


Descrie about response.buffer and repsonse.flush ?

2 Answers   ADP, Cognizant,






In the context of a comparison, what is object identity versus object equivalence?

1 Answers  


What is the use of worker process in asp.net?

0 Answers  


What is application variable in asp.net?

0 Answers  


What are the types of session in asp.net?

0 Answers  


What are the advantages and limitations of query string?

0 Answers  


how to transfer the file from client to server using asp.net

0 Answers   Sans Pareil IT Services,


What is the purpose of master page?

0 Answers  


Categories