Thanks Jeremy. I get the idea of how to maintain session on the server. Is
their intrinsic support for session state on the client side, or do we have
to explicitly pass the cookies around?

Regards
Vijay


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


You want to implement either (in your webservice class):
    System.Web.SessionState.IReadOnlySessionState
or
    System.Web.SessionState.IRequiresSessionState

For readonly or readwrite session state respectively.

Jeremy

> 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.

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