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

what are the web form events available in asp.net?

0 Answers  


Is it possible to change the index of primary key on table?

0 Answers  


Can you use Web API with ASP.NET Web Form?

0 Answers  


Define viewstate in .net?

0 Answers  


Suppose you want a certain ASP.NET function executed on MouseOver over a certain button. Where do you add an event handler?

1 Answers   Zenith,






What was the difference between machine.config and web.config files

17 Answers   Assurgent, NIIT, TCS,


Explain a program using razor view engine to create a simple application? : asp.net mvc

0 Answers  


What is asp.net futures?

0 Answers  


What are PDBs? Where must they be located for debugging to work?

4 Answers  


I have one .Net application and i have two databases which is in SQL server2000 and one more database in ORACLE? how can i access the database from different Databases?

3 Answers   eXensys,


what is the differance between .DLL & .EXE

10 Answers   Infinite Computer Solutions,


how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly

0 Answers  


Categories