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 xu cai <je...@gmail.com> on 2006/08/03 05:14:48 UTC

how to handle soap session in Axis 1.4

In Axis 1.4, if the service scope is configured as "Session", it means that
one object will be created for a session.
Requests from clients may belong to one session or not.  So how could I know
the request come from a same session ? Is there any Api in axis 1.4 to
handle session ? Is the session the same one as HttpSession ?

Anybody can help ?

thanks

-Xu

Re: how to handle soap session in Axis 1.4

Posted by xu cai <je...@gmail.com>.
just a follow up on my question.

By default, each client request will belong to a new session, right ?
even the server side can handle session (session scope), it will create a
new session for each new request.


On 8/3/06, xu cai <je...@gmail.com> wrote:
>
>  In Axis 1.4, if the service scope is configured as "Session", it means
> that one object will be created for a session.
> Requests from clients may belong to one session or not.  So how could I
> know the request come from a same session ? Is there any Api in axis 1.4to handle session ? Is the session the same one as HttpSession ?
>
> Anybody can help ?
>
> thanks
>
> -Xu
>
>



-- 
- xucai