Does anyone know if there is any documentation anywhere on the web that
explains axis2 sessions?  Specifically the ending of sessions?  I have
searched all over the web for how to kill a transport session, and I have
seen many others asking how to end all types of sessions, but nobody seems
to know.... :)  Is it impossible?
Thanx
Susanne



On 7/4/07, Stadelmann Josef <[EMAIL PROTECTED]> wrote:

Hi developers ... :-)

Running multipple clients, each talkes to an instance of MyService5.java;

MyService5.java has init(), login(), map(), logout(), destroy(),
implemented;

It was said somewhere in this mailing-list that init() and destroy()
methods get called at the proper time by axis2 if they are implemented; this
hhrough reflection.

My simple question is:

How do I properly terminate such a session from my Client code (avoiding
problems to axis2) when
       a) MyService5 runs in scope=soapsession and
       b) has a long timeout set to 86'400'000 milliseconds (= 24hr's)?
       c) init() and destroy() are ONLY to be called by axis2 itself


Josef Stadelmann
@axa-winterthur.ch



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


Reply via email to