Hi,
You will need to use something like Axis2 transport sessions or SOAP
session (which requires ws-addressing support in the client side)..
Then you can store your authentication data in the Axis2
ServiceContext object.

Following article will give you more information about Axis2 sessions.
http://www.developer.com/java/web/article.php/3620661

thanks,
Thilina

On 9/25/07, Golam Chowdhury <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have created a web service that will verify the user and once the user is
> verified I will give the user some requested data.
>
>
> Problem:
>
> -Like to know how to create a session in the server side to store
> authentication information.
> -Like to know how to get the session in the server side in order to get the
> authentication information.
>
>
> What I would like to do:
>
> -Once the user is verified, I would like to create a session and store the
> authentication information in the session.
> -Once the user request for more data, I would like to use the session to
> verify if the user is valid.
> -Once I give the requested data, I would like to invalidate the session so
> the user have to re-login.
>
>
> Any pointer is greatly appreciated.
>
> Thanks
> Golam
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Thilina Gunarathne  - http://thilinag.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to