Pappu Kumar

Pappu Kumar

  • 703
  • 1.2k
  • 27.9k

How to get all Session by SessionID

Sep 15 2017 1:13 PM
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 . 
 
 

Answers (1)