Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
タイトルのように、sessionから値を取得する方法はasp.net web-service?
session
asp.net web-service
Session("Id")たとえば読むには
Session("Id")
つまり:
HttpContext.Current.Session.SessionID
(コメントに書いたように、より多くの情報が必要です)