difference between caching objects in session objects?
Answers were Sorted based on User's Feedback
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 |
Answer / shaily
session object creates for each user indivisually but 1
cach object for one application.
Is This Answer Correct ? | 8 Yes | 2 No |
In which event are the controls fully loaded?
What are the different kinds of assemblies?
With example & diagram explain AutoPostBack.
How do you install windows service?
What is Web Gardening? How would using it affect a design ?
Why is validation always done on the server? When does that occur?
What are typed datasets?
How many types of triggers are there in update panel?
What is three major points in WCF?
Can we set which type of comparison we want to perform by the CompareValidator control?
How dataadapter.fill works?
What are the different method of navigation in asp.net?