Reputation: 15470
I using a ASP.net
. I need to copy all the session data (both session variables and session request variables) to String []
. How can i do this?
Also i need the reverse condition.
How can i do this using Serialization concepts
Upvotes: 1
Views: 323