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 namespace classes used in asp.net mvc? : asp.net mvc

0 Answers  


What is the use of web.config file?

0 Answers  


where the stored procedure are written in business logic or data acess layer?

2 Answers  


What are the authentication types in asp.net?

0 Answers  


I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh

5 Answers  






What are all the ways to find out types of objects?

5 Answers   HCL,


Define msil.

0 Answers  


What is the difference between web config and machine config files?

0 Answers  


What is role-based security?

1 Answers  


Where is cookie used in asp.net?

0 Answers  


what is the cursor

1 Answers   Wipro,


How does ASP.NET framework maps client side events to Server side events.?

0 Answers  


Categories