Hi all,
Generally inorder to store the Session data we need to serialize the data so that an object is converted into a stream of bytes. So that we can retrieve it .
But my doubt is can we directly store the Session Data in an object and retrieve it in .net 4.0 ? is there any special feature added ???
Thanks,
Radha Srikanth