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 |
What is a server farm in iis?
Hi, I am working in a small software company in asp.net platform. I need to know how and what are all the task in asp.net will be assigned for the developers in mnc companies. Thanks in advance.
How to do state management in ASP.NET?
How does SQL Server session state works
Descrie about response.buffer and repsonse.flush ?
In the context of a comparison, what is object identity versus object equivalence?
What is the use of worker process in asp.net?
What is application variable in asp.net?
What are the types of session in asp.net?
What are the advantages and limitations of query string?
how to transfer the file from client to server using asp.net
0 Answers Sans Pareil IT Services,
What is the purpose of master page?