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


Please Help Members By Posting Answers For Below Questions

Explain how viewstate is being formed?

542


What is difference between abstract class and an interface?

505


What is the main differences between asp and asp.net?

527


What are the different validators in asp.net?

562


What is the difference between login controls and forms authentication?

546






What is the purpose of asp.net?

544


Define a multilingual website?

531


What are ASHX files?

603


What is the difference between Hash table and Array list?

376


What is AutoEventWireup attribute for ?

603


What are the modes of updation in an updatepanel?

555


Why the javascript validation not run on the asp.net button but run successfully on the html button?

552


List all templates of the repeater control.

569


Explain the main differences between asp and asp.net?

517


Where is session cookies stored?

523