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

Features and disadvantages of dataset ?

4 Answers   Interlink, Microsoft,


For which does this Codebehind="MyCode.aspx.cs" is relevent to ?

0 Answers   Siebel,


What is the difference between mvc and asp.net? : Asp.Net MVC

0 Answers  


What are the action filters available in asp.net mvc

1 Answers   TCS,


Describe session handling in a webfarm, how does it work and what are the limits?

0 Answers   Siebel Systems,






Is asp.net a language?

0 Answers  


What is DataGrid wheater its a Server Control or something else ?

0 Answers   NA,


For a webapplication if i want to gice access controls like admin,users how can i give security like rolebased?

2 Answers   CTS, Syncfusion,


What are session variables?

2 Answers   Microsoft,


How can we inherit a static member?

0 Answers  


What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?

8 Answers   Siebel Systems,


Explain the advantages of passport authentication.

0 Answers  


Categories