What is the difference between a session object and cache object
Answer Posted / asif ismail kunnibhavi
Caching :- used to minimize the DB/Server hit and improves
Performance.data is available to all users.Can expire
automatically once duration is specified and untill memory
is available or expires as application restarts.
Session :- used to store data specific to user and remains
untill user loggs off or session expires. usually session
lasts for 20 minutes(configurable)
Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
Is asp.net 64-bit enabled? How?
Which .NET framework supports Web API?
List all templates of the repeater control.
What is dynamic web page with example?
How many types of state management are there in asp net?
What’s the difference between response .redirect and server.transfer?
Should I delete cookies?
Are there resources online with tips on asp to asp.net conversions?
Why is this service branded with windows livetm?
Do I need to have the latest version of windows media player installed?
What’s the catch?
What is the concept of view state in asp.net?
In asp.net, how can you validate drop down box?
Which protocol is used to call a web service?
What is the usage of DelegatingHandler?