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
Which adapter should you use, if you want to get the data from an access database?
What is server infrastructure & server components?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
Where are session variables stored?
3. What goals do you have in your career?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
How to set the pane area to transparent of a scrollPane component.?
What is difference between cache and session?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
Diff between web user control and web custom control?
What is autopostback true?
Describe how to implement globalization and localization in the use interface in .net.
Can we have multiple master pages in asp net?
How many types of session in ASP.NET
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?