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
How many web config files can be created for an application?
How can we provide the WebParts control functionality to a server control?
What is a user session?
What is manifest in .net framework?
Differentiate the session object and application object?
What is asp.net used for?
How does the cookies work in asp.net?
What are sql joins?
What is query string in asp.net?
What are the asp.net list controls and difference between them?
Is post back in asp.net?
What is a response cookie?
Which data type does the rangevalidator control support?
Can we set master page as a start page?
What does asp stand for in asp.net?