what is caching,session? when & what is used mostly in
which situtations, how they r implemented in real time?
tell with example?
Answer Posted / hari kishan reddy
Caching is a technique to store frequently used web pages
and data to local hard disk, for later retrieval.
Session is used to store about the user information.
For example after login you want to use the user-name for
next pages, store the user-name in session, and you can call
this session through out the application. Default timeout
for session is 20 mins.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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.
What is session object? Describe in detail.
What are Session states available and its Uses?
What are the uses of list view control in Asp.net?
What is asp net application object?
What is repository pattern in mvc.net? : asp.net mvc
What are the properties of the eventargs argument when capturing keyboard events?
What is ashx file in asp.net?
What is & in a url?
Explain about Automatic resource management?
What is s2s tracking?
How do you declare static variable? What is its lifetime?
How response object is related to asp's response object?
How do you remove duplicates without using remove duplicate stage?
What do you mean by caching in asp.net?