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
