You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Mahen Perera <ma...@gmail.com> on 2004/08/30 07:04:43 UTC

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