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

One Listbox showing all cities. If you select one city in list box the information related to that particular city should be displayed in Datagrid . How do you do that?

3 Answers   HCL,


what is CLR?

3 Answers   PrimeLine,


Features of a dataset ?

3 Answers   Accenture,


Which data type does the rangevalidator control support?

0 Answers  


What is a gridview in asp.net?

0 Answers  


Differentiate between a page theme and a global theme?

0 Answers  


What is directive in asp net?

0 Answers  


What is Dynamic Web and discuss its usage with the help of real life examples?

0 Answers   Huawei,


Why does my asp.net file have multiple tag with runat=server?

0 Answers  


what is meant by sitemapnode ?

0 Answers   Netsweeper,


Types of objects in ASP ?

2 Answers   Microsoft,


How to display validation messages in one control?

0 Answers  


Categories