Yes Rama is right, but my question still stands about client side support.

Thanks Rama.

Regards
Vijay

-----Original Message-----
From: Jeremy Hopkin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 07, 2002 8:50 AM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] Session Management in Web Services


>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

I think Rama is right on that.
IReadOnlySessionState and IRequiresSessionState are for
web handlers (.ashx files and their ilk). And WebServices don't
seem to implement IHttpHandler.

That's what you get for typing before comfirming... :o

Jeremy

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