What is the difference between a session object and cache object
Answer Posted / nitin
Session is Global Storage Mechanism accessible from all
pages in the Web Application.
Cache object allow to place items in server memory so that
they can be quickly retrieved after the First Requist.
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
Explain the difference between asp.net mvc and asp.net webforms
What do you mean by authorization?
What is session handling in a webfarm, how it can work with its limits?
Differentiate between authentication and authorization.
Differentiate globalization and localization.
Is razor a programming language?
Explain the purpose of storyboard.targetproperty.
Where session id is stored?
What is the use of dispose method?
What is advantage of asp.net?
How can we call webservices in Banking Applications? and where we are using it?
How many types of sessions are there in asp net?
What does it mean your session has timed out?
How to prepare culture-specific formatting in .net.
How Can assign alias name for ASP.NET Web API Action?