difference between caching objects in session objects?
Answer Posted / 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 |
Post New Answer View All Answers
Is asp.net web forms dead?
What are the cookies types in asp.net?
What are sessions in asp net?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What are the differences between code behind and code inline?
What is difference cookie and session?
How do I upload a file from my ASP.NET page?
Explain about solution explorer window?
How can you apply a theme to your asp.net application?
Can you explain composite pattern?
What is the use of global.asax file?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
What is meant by server side scripting?
What do you mean by serialize?
Where is session data stored in asp net?