What do u mean by "The Session is Alive?" How will the server know whether the session is alive?
On Mon, 30 Aug 2004 08:00:44 +0200, Dorner Thomas <[EMAIL PROTECTED]> wrote: > I you deploy your Web Service as session based, the same instance of Service > was used for one single session - as long as the session is alive. > > Do you need that? > > ---------------------------------------------------------------------------- > --------------- > T-Systems International GmbH > Service Line Systems Integration > Competence Center EDM > Deparment EPDM/D > Fasanenweg 5, D 70771 Leinfelden > > Tel.: +49/711 971- 44747 > Fax.: +49/711 972-90330 > > mailto:[EMAIL PROTECTED] > http://www.t-systems.de > > -----Urspr�ngliche Nachricht----- > Von: Mahen Perera [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 30. August 2004 07:55 > An: [EMAIL PROTECTED] > Betreff: Re: AW: Deploying Web servics as "Session" Scope > > But no need to have the Web Service deployed as session scope to use > the SimpleSessionHandler right? > > Mahen > > On Mon, 30 Aug 2004 07:46:12 +0200, Dorner Thomas > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > you can send the session in the SOAP-Header by using the > > SimpleSessionHandler. And you are able to set the Session timeout. > > > > Tomi > > > > > ---------------------------------------------------------------------------- > > --------------- > > T-Systems International GmbH > > Service Line Systems Integration > > Competence Center EDM > > Deparment EPDM/D > > Fasanenweg 5, D 70771 Leinfelden > > > > Tel.: +49/711 971- 44747 > > Fax.: +49/711 972-90330 > > > > mailto:[EMAIL PROTECTED] > > http://www.t-systems.de > > > > -----Urspr�ngliche Nachricht----- > > Von: Mahen Perera [mailto:[EMAIL PROTECTED] > > Gesendet: Montag, 30. August 2004 07:05 > > An: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > Betreff: Deploying Web servics as "Session" Scope > > > > Hi ! > > > > I know that s web service can be deployed as session scope by having > > the following in the service tag of the Web Service in the deploy.wsdd > > file > > > > <parameter name="scope" value = "session"/> > > > > However, What i am not sure is how the session information sent to the > > service side by the client side, in this case. For example, how long > > will the session maintained, before expiring? > > > > Mahen > > >
