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

Explain diff between dataset and datareader?

0 Answers  


What is localization and Globalization?

3 Answers  


What is page request in asp.net?

0 Answers  


In which interface the template of any control like Gridview would Initiate?

2 Answers  


Which method do you invoke on the DataAdapter control to load your generated dataset with data?

2 Answers  






Can a master page inherit another master page?

13 Answers   Emphasis, IBM, NIIT, Sebiz Square,


Explain asp.net mvc request life cycle? : asp.net mvc

0 Answers  


How to store a dataset in a viewstate?

3 Answers   Patni,


Where the viewstate is stored after the page postback?

0 Answers  


If you are using components in your application, how can you handle exceptions raised in a component?

0 Answers   Accenture,


what are the types of ASP objects ?

7 Answers   Satyam,


Mention the namespace that is used to include .net data provider for sql server in .net code?

0 Answers  


Categories