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 the default Orientation property in a Menu control?
Explain the use of resource manager class in .net.
What is the request flow used for asp.net mvc framework? : asp.net mvc
Explain model, view and controller represent in an mvc application? : asp.net mvc
What is the difference between sealed vs static class?
What are the types of validation in asp net?
How use Xml data in ASP.net?
What is the difference between file-based dependency and key-based dependency?
Is oauth for authentication or authorization?
Why we use asp.net for website development?
Explain how asp.net page works?
What is the compiled object?
What is s2s tracking?
What is the difference between stored procedure vs function?
Should I delete cookies?