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

How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?

0 Answers  


If i have 1000 records in dataset, how to do paging?

2 Answers   Mind Tree,


Why do we need Sessions?

0 Answers   QuestPond,


What is a response cookie?

0 Answers  


Explain what are delegates?

0 Answers  






What is Hybrid dictionary

1 Answers  


How many types of file extensions for razor views in ASP.Net MVC?

0 Answers  


Which authentication uses a combination of windows and iis authentication?

0 Answers  


In cache where dats is stored and how(file or object?)

2 Answers  


Why is global asax is used for?

0 Answers  


What is preprocessor in .net?

0 Answers  


Explain the features that make asp.net more used framework? : asp.net mvc

0 Answers  


Categories