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

In which event are the controls fully loaded?

0 Answers  


What are the different kinds of assemblies?

0 Answers  


With example & diagram explain AutoPostBack.

2 Answers  


How do you install windows service?

4 Answers   Tech Mahindra,


What is Web Gardening? How would using it affect a design ?

1 Answers   Infogain,


Why is validation always done on the server? When does that occur?

2 Answers  


What are typed datasets?

1 Answers   IBS,


How many types of triggers are there in update panel?

0 Answers  


What is three major points in WCF?

9 Answers   Syntel,


Can we set which type of comparison we want to perform by the CompareValidator control?

0 Answers   MindCracker,


How dataadapter.fill works?

0 Answers  


What are the different method of navigation in asp.net?

0 Answers  


Categories