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 method to handle error using HttpError in Web API?
What does session_start () do?
Explain the difference between value type and reference type?
Explain the difference between debug.write and trace.write? When should each be used?
What are all the various Estimation Techniques available ?
Why does my asp.net file have multiple tag with runat=server?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
how to write html code with ssl
What is asp net_sessionid?
What are merge modules?
What is the part of url?
What is postback request?
What is the difference between file-based dependency and key-based dependency?
Explain how is a property designated as read-only?
Is it possible to apply themes to an asp.net application? If yes, then how?