what is caching,session? when & what is used mostly in
which situtations, how they r implemented in real time?
tell with example?



what is caching,session? when & what is used mostly in which situtations, how they r implement..

Answer / 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

More ASP.NET Interview Questions

Explain Authentication mechanism in dotnet

0 Answers   BirlaSoft,


When would you set a control's AutoPostBack property to true?

1 Answers  


How to do state management in ASP.NET?

0 Answers   BirlaSoft,


How do you validate the controls in an ASP .NET page?

3 Answers  


Which @page directive should you create an asynchronous page?

1 Answers  


About session modes

3 Answers   Wipro,


How to implement role based security in asp.net mvc? : Asp.Net MVC

0 Answers  


What is web.config. How many web.config files can be allowed to use in an application?

6 Answers   Accenture, HCL, InterGraph, iSoft,


What is a ashx file?

0 Answers  


What is the difference between globalization and localization?

0 Answers  


Can you explain autopostback?

0 Answers  


Describe paging in asp.net?

0 Answers  


Categories