How to Collect Session from More than one aspx pages. For example I have one Test1.aspx.vb,Test2.aspx.vb,Test3.aspx.vb pages,In Test2.aspx.vb Page I Create a Session that name is session("Test2") and also in Test3.aspx.vb Page I Create a Seesion Like Session("Test3") .Now This Session Values How to Collect in Test1.aspx.vb Page
Rajesh M Somvanshi