Hi,


I have question about session id in c#

//i create a session id
string sessionID = Session.SessionID;
//then I passed to client

//then when client pass me the ID,
// I would like to know how can I find old session by SessionID?


Thousands of thanks.

Yi