I have some value related to Particular Name, for e.g.:
FirstName : Ghanshyam;
LastName : Thakkar;
Age : 25;
Designation : Student;
I want to pass this value to another Page using Session. How can I pass both Name and Value both in one variable using Session?