I think you can implement it on the server side like this:
sessionID = login();
doSomething(sessionID);
doSomethingElse(sessionID);
logout(sessionID);
Richard
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 27, 2004 10:57 AM
To: [EMAIL PROTECTED]
Subject: Re: Session
I am curious to know if anyone has implemented sessions without using the
axis client. It must be possible to interop w/ non java clients and use
sessions, but it has eluded me, so far.
samir_chouthai
<[EMAIL PROTECTED] To: [EMAIL PROTECTED]
.com> cc:
Subject: Re: Session
04/27/2004 09:36
AM
Please respond to
axis-user
You can mantain sessions between the client and server ... take a look at
how
org.apache.axis.handlers.SimpleSessionHandler works ...
here's an article describing sessions.
http://www.fawcette.com/javapro/2003_04/online/wsdl_kjones_04_29_03/default_pf.aspx
Vineet Singh <[EMAIL PROTECTED]> wrote:
hi all
I need to implement the following case, need some help in what way that
can be done.
I want to check if the same client is firing the request or a different
client for a given web service.
if it is the same client how to identify it?
I want to keep most of the implementation on the server side.
Thanks
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs