You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Heike Franosch <fr...@bms.de> on 2000/09/29 11:39:41 UTC

Q: Using sessions

Hello,

is there an example on how to use sessions with soap?
Does it really change anything chosing the session scope in the
deployment descriptor?

Thanks,

Heike

RE: Using sessions

Posted by George Wilk <gw...@cisco.com>.
Changing the session scope in deployment descriptor impacts the lifespan of
your service provider object.  If you specify scope to be "Request", you
will get a new instance of the service provider for every SOAP request
coming in.

George

-----Original Message-----
From: Heike Franosch [mailto:franosch@bms.de]
Sent: Friday, September 29, 2000 5:40 AM
To: soap-user@xml.apache.org
Subject: Q: Using sessions


Hello,

is there an example on how to use sessions with soap?
Does it really change anything chosing the session scope in the
deployment descriptor?

Thanks,

Heike


RE: Using sessions

Posted by George Wilk <gw...@cisco.com>.
Changing the session scope in deployment descriptor impacts the lifespan of
your service provider object.  If you specify scope to be "Request", you
will get a new instance of the service provider for every SOAP request
coming in.

George

-----Original Message-----
From: Heike Franosch [mailto:franosch@bms.de]
Sent: Friday, September 29, 2000 5:40 AM
To: soap-user@xml.apache.org
Subject: Q: Using sessions


Hello,

is there an example on how to use sessions with soap?
Does it really change anything chosing the session scope in the
deployment descriptor?

Thanks,

Heike