If you apply the attribute like this,

[WebMethod(EnableSession=true)]
void MyWebMethod();

MyMethod would have session information. Looks at docs for
WebMethodAttribute and EnableSession property

-----Original Message-----
From: Tewari, Vijay [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 07, 2002 11:33 AM
To: [EMAIL PROTECTED]
Subject: [DOTNET] Session Management in Web Services


In the case of Web Services what is the support for session state
management. I read about the support for session state management in
ASP.NET web apps but was not sure how or if that is applicable to web
services.

What I wan to be able to do is to be able to call a web method multiple
times with session state being maintained in between these calls.

Thanks

Regards
Vijay

You can read messages from the DOTNET archive, unsubscribe from DOTNET,
or subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to