How to read SessionID from DataToUsed.
I am using HttpContext.Current.Session.SessionID but i am getting Asp.net_SessionID i.e dfsjklfhskdhsklhfishkhfkhfsk
i need SessionID="1234orweouoghgfhioiowoweouwo"
i have to read session id from these cokies. this layout shows how my cookies looks. if i am using
HttpContext.Current.Session.SessionID
It is giving value of Asp.net_SessionID.
how to get value of Session id .
Cookie Section in browser looks like this :
Cookie xyz123456ghkkfkglhhkfhks
-PQR ID=1234
Asp.net_SessionID=dfsjklfhskdhsklhfishkhfkhfsk
-JKl lsjflsjfsl;
jfslfjslfjl
-DataToUsed a=8 b=9
SessionID="1234orweouoghgfhioiowoweouwo"
SessionID=1234orweouoghgfhioiowoweouwo
Session_ID=1234orweouoghgfhioiowoweouwo