[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

Saving Session state with soap in ASP

Steve Kuhn

7/31/2003 3:08:00 PM

I have a webservice that uses one Session state variable. When I use HTTP
Gets or HTTP Posts when accessing the .asmx file directly using Internet
Explorer, the session variable is kept and works fine. However when I use
SOAP in a classic asp page and try setting and getting this variable, the
variable is not kept is null every time. What do I have to do to get it to
work? I have the SOAP toolkit installed on the IIS server and I can get soap
methods to work, however the session state variable does not stay. Anyone
have any ideas? Thanks! ~Steve