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

How do you use a custom validator? When might you want to use one?

3 Answers   Infosys,


version information is mentioned in which file

3 Answers   AG Technologies,


What is server infrastructure & server components?

0 Answers  


Hi, I am a fresher. i have a problem related to DataGrid . i have a data grid and i have to place a dropdown in the datagrid.and i have to retrieve the values from the database (sqlserver).please tell me any idea about the code.

1 Answers   Lambent,


what is diffrent between asp & asp.net

2 Answers  


What are the security types in asp.net?

0 Answers  


What are the two Layouts supported by a Web form in ASP.NET?

0 Answers   MCN Solutions,


what is loosely coupled solution? How it can be used?

0 Answers   Siebel,


what is difference between .net 3.0 and 3.5

3 Answers  


Can you explain page lifecycle in net?

0 Answers  


How do you store a value in viewstate and retrieve them?

0 Answers  


Types of session management in ASP.NET ?

2 Answers   Microsoft,


Categories