1.What type of object can be put in cache ?
2. What type of object can be put in session ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Nov 1, 2010, 1:06 PM
Two types of caching
1: Output Caching,
2: Data Caching.
Session variables are stored on the server.
Also more articles available here on website.
Dipankar SanaPosted Nov 1, 2010, 8:32 AM
Just few for questions..
a.Where does the cache object gets stored?where does the session objects gets stored.?
b.What are the types that can be stored in cache/session ?
Please answer...
Manikavelu VelayuthamPosted Nov 1, 2010, 2:41 AM
The object which is dynamic and also used in multiple pages can be put in Session. I mean dynamic object in a website