hell friends .
How to Check that which types of data is stored in our Session object
Suppose
we have Session["test"]
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.
Jignesh TrivediPosted Apr 23, 2015, 8:19 AM
Session is object having key value pairs on server and this key value pair is type of string - object
Hence Session["Key"] is always object type.
hope this will help you.
Lalit RaghavPosted Apr 23, 2015, 6:34 AM
Pranay RanaPosted Apr 23, 2015, 2:56 AM