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
How do you create a master page?
List of words of preprocessor in .net?
What are the events that happen when a client requests an asp.net page from iis server?
What is a ashx file?
Is sql backend or frontend?
What is odata in web api?
How you can stop the validation of ASP.NET controls from client side?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
What are the cookies types in asp.net?
What are sharepoint pages?
What is the difference between exe and dll?
How response object is related to asp's response object?
Explain the difference between asp.net mvc and asp.net webforms
What is a proxy in web service?
Write a code snippet to implement the indentation in json in web api.