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
What is difference in .net 1.1 and .net 2.0?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Explain the namespace classes used in asp.net mvc? : asp.net mvc
Apart from IDE what are the enhancements in asp.net 2.0?
Explain how can we inherit a static member?
in which protocol ASP.NET WEB API Work?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
Explain what does mvc represent in asp.net? : asp.net mvc
Explain how is a property designated as read-only?
Explain the updatepanel?
What is data caching?
How to prepare culture-specific formatting in .net.
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What is class and object in asp.net?
Will the asp.net validators run in server side or client side?