How to get all Session by SessionID . like-
i have created three session -
Session["temp1"] = " Sample1";
Session["temp2"] = " Sample2";
Session["temp3"] = " Sample3";
and sessionId of these session is like - wkuleu1sqgdcc4skhsyqy44w
so how to get all session by sessionId .