LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I maintains session ID between web method calls?

I am trying to consume a .NET Web Service that provides data to a client session when the client invokes web methods. It appears that each web method call I make in LabVIEW results in a new session being created. Is there a way to have Labview act like a browser-based client and keep the same session between web method calls?
0 Kudos
Message 1 of 3
(2,731 Views)
I have this same exact question. I would love to know the answer to it. Thanks!
0 Kudos
Message 2 of 3
(2,701 Views)
Construct a new Cookie Container object and assign it to the CookieContainer property of the web proxy. See the attached file.
Message 3 of 3
(2,696 Views)